Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Updates/2.15.0-b20.php')
-rw-r--r--core/Updates/2.15.0-b20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/2.15.0-b20.php b/core/Updates/2.15.0-b20.php
index 79b4703f1b..f710175192 100644
--- a/core/Updates/2.15.0-b20.php
+++ b/core/Updates/2.15.0-b20.php
@@ -22,7 +22,7 @@ class Updates_2_15_0_b20 extends Updates
/**
* Perform the incremental version update.
*
- * This method should preform all updating logic. If you define queries in an overridden `getMigrationQueries()`
+ * This method should perform all updating logic. If you define queries in an overridden `getMigrationQueries()`
* method, you must call {@link Updater::executeMigrationQueries()} here.
*
* See {@link Updates} for an example.