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-b17.php')
-rw-r--r--core/Updates/2.15.0-b17.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/2.15.0-b17.php b/core/Updates/2.15.0-b17.php
index 86e3decf20..f9c468a54c 100644
--- a/core/Updates/2.15.0-b17.php
+++ b/core/Updates/2.15.0-b17.php
@@ -21,7 +21,7 @@ class Updates_2_15_0_b17 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.