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>2014-04-09 06:51:08 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-09 06:51:08 +0400
commit50da9c7852080d6d6cc056dbf7030469f7e11b3a (patch)
tree17607d4d85b146961f7c466ac93f738d7a8d03ec /core/RankingQuery.php
parent1a1c827d96fd74fde4ca67f7c7cf1feada6b9997 (diff)
Fix build
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index 6ccc680b6a..de05ab39aa 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -13,7 +13,7 @@ use Exception;
/**
* The ranking query class wraps an arbitrary SQL query with more SQL that limits
- * the number of results while aggregating the rest in an a new "Others" row. It als
+ * the number of results while aggregating the rest in an a new "Others" row. It also
* allows for some more fancy things that can be configured via method calls of this
* class. The advanced use cases are explained in the doc comments of the methods.
*