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:
authorMichał Gaździk <m.gazdzik@clearcode.cc>2014-11-12 11:54:21 +0300
committerMichał Gaździk <m.gazdzik@clearcode.cc>2014-11-12 11:54:21 +0300
commit26cffc3222e864281f77abbdada4937697dd98f0 (patch)
treea602a077e6df2ece3fb394c0276cffea2d410fd4 /plugins/ExamplePlugin/Archiver.php
parentcf3b53ca26e1aa9c202a3a66010d9e91e72f571c (diff)
final changes from feedback
Diffstat (limited to 'plugins/ExamplePlugin/Archiver.php')
-rw-r--r--plugins/ExamplePlugin/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Archiver.php b/plugins/ExamplePlugin/Archiver.php
index 2f06b416b3..a40ad2c97a 100644
--- a/plugins/ExamplePlugin/Archiver.php
+++ b/plugins/ExamplePlugin/Archiver.php
@@ -26,7 +26,7 @@ class Archiver extends \Piwik\Plugin\Archiver
{
/**
* It is a good practice to store your archive names (reports stored in database)
- * in Archiver class constants. You can define as many record namesas you want
+ * in Archiver class constants. You can define as many record names as you want
* for your plugin.
*
* Also important thing is that record name must be prefixed with plugin name.