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/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 1f9d571fb8..f1627a8eb1 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -712,7 +712,7 @@ class Archive
* whether archiving should be launched based on whether $this->idarchives has a
* an entry for a specific 'done' flag.
*
- * If this function is not called, then periods with no visits will not add
+ * If this function is not called, then periods with no visits will not add
* entries to the cache. If the archive is used again, SQL will be executed to
* try and find the archive IDs even though we know there are none.
*/