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:
authormattab <matthieu.aubry@gmail.com>2013-06-13 09:31:17 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-16 12:11:03 +0400
commite2b74053c61b0f3d6d44e11472f037a853f5e98a (patch)
treec56c9d5330d565d128e7535c00e990281bc063dd /core/Archive.php
parentdd2140c8c3faf2cfca30fd6fea0350ca953695da (diff)
Renaming ArchiveProcessing in comments as well, adding missing header
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 0d343d5bcf..a179a629d0 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -32,7 +32,7 @@
* return $nbVisits;
* </pre>
*
- * If the requested statistics are not yet processed, Archive uses ArchiveProcessing to archive the statistics.
+ * If the requested statistics are not yet processed, Archive uses ArchiveProcessor to archive the statistics.
*
* TODO: create ticket for this: when building archives, should use each site's timezone (ONLY FOR 'now').
*
@@ -697,7 +697,7 @@ class Piwik_Archive
/**
* Returns the done string flag for a plugin using this instance's segment & periods.
*
- * @see Piwik_ArchiveProcessing::getDoneStringFlagFor
+ * @see Piwik_ArchiveProcessor::getDoneStringFlagFor
*
* @param string $plugin
* @return string