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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-18 09:27:43 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-18 09:27:43 +0400
commit1f2975c36d591be414cf00b7e355a54acaa12718 (patch)
tree79c095dba8a89d9b5e3bc4ebe81b0eb7b7ea9151 /core/Archive.php
parent2e8317c70937995cc6c72d8c3abb6e44f0e6e796 (diff)
Fix typo.
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 24a650bde5..f55fc25b98 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -20,7 +20,7 @@ use Piwik\Period\Range;
* The **Archive** class is used to query archive data.
*
* You can use **Archive** instances to get archive data for one or more sites,
- * for one or more periods and on optional segment.
+ * for one or more periods and one optional segment.
*
* If archive data is not found, this class will initiate the archiving process. [1](#footnote-1)
*