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 'plugins/ExamplePlugin/Updates/0.0.2.php')
-rw-r--r--plugins/ExamplePlugin/Updates/0.0.2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php
index 31f8dd192a..817d37d66e 100644
--- a/plugins/ExamplePlugin/Updates/0.0.2.php
+++ b/plugins/ExamplePlugin/Updates/0.0.2.php
@@ -56,7 +56,7 @@ class Updates_0_0_2 extends PiwikUpdates
/**
* Perform the incremental version update.
*
- * This method should preform all updating logic. If you define queries in the `getMigrations()` method,
+ * This method should perform all updating logic. If you define queries in the `getMigrations()` method,
* you must call {@link Updater::executeMigrations()} here.
*
* @param Updater $updater