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:
authorStefan Weil <sw@weilnetz.de>2016-05-05 23:57:22 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-05-05 23:57:22 +0300
commit3e38fdf9546de1dc499799aac5008cd45de19ac4 (patch)
tree0605d269894ef9fd8572447a1891765dc63caa51 /core/DataTable/Filter/ExcludeLowPopulation.php
parent714f7c13849267707cab7c72539c33437858a11c (diff)
Fix some typos in comments (found by codespell) (#10120)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'core/DataTable/Filter/ExcludeLowPopulation.php')
-rw-r--r--core/DataTable/Filter/ExcludeLowPopulation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable/Filter/ExcludeLowPopulation.php b/core/DataTable/Filter/ExcludeLowPopulation.php
index e6a423ef50..1555cc3279 100644
--- a/core/DataTable/Filter/ExcludeLowPopulation.php
+++ b/core/DataTable/Filter/ExcludeLowPopulation.php
@@ -55,7 +55,7 @@ class ExcludeLowPopulation extends BaseFilter
* `$minimumPercentageThreshold` is used.
* @param bool|float $minimumPercentageThreshold If supplied, column values must be a greater
* percentage of the sum of all column values than
- * this precentage.
+ * this percentage.
*/
public function __construct($table, $columnToFilter, $minimumValue, $minimumPercentageThreshold = false)
{