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:
authorStefan Weil <sw@weilnetz.de>2016-05-12 23:58:14 +0300
committerStefan Weil <sw@weilnetz.de>2016-05-12 23:58:14 +0300
commita1cf31cf9a71b3cf49c06dcf05e1d21161112295 (patch)
treeb71617383c42efd17db66c8062eefa1574115f6e /plugins/ExamplePlugin
parentf2a93e2583f282d7a080c837e0469b4e1468a066 (diff)
plugins: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'plugins/ExamplePlugin')
-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 b958d91df0..158a38c1db 100644
--- a/plugins/ExamplePlugin/Updates/0.0.2.php
+++ b/plugins/ExamplePlugin/Updates/0.0.2.php
@@ -49,7 +49,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 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.