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:
authorLukas Winkler <git@lw1.at>2020-04-08 13:30:16 +0300
committerGitHub <noreply@github.com>2020-04-08 13:30:16 +0300
commit2c5c72e2da4c015efa78069c9c1b407fc55a6483 (patch)
treefecec8638249689fb02b93a883517cc7c64f52d6 /core/Plugin/ViewDataTable.php
parentbb4cad6d756e119f92f397a8dd4574d0d1bf539c (diff)
many typo fixes in the code thanks to codespell (#15730)
* many typo fixes in the code thanks to codespell * reset submodules I really need to stop using `git commit -a` * reset change in library * rebuilt piwik.js * fix test * updates expected UI file Co-authored-by: sgiehl <sgiehl@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'core/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index bdd071489a..35db8cf094 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -36,7 +36,7 @@ use Piwik\ViewDataTable\RequestConfig as VizRequest;
* ViewDataTable instances are not created via the new operator, instead the {@link Piwik\ViewDataTable\Factory}
* class is used.
*
- * The specific subclass to create is determined, first, by the **viewDataTable** query paramater.
+ * The specific subclass to create is determined, first, by the **viewDataTable** query parameter.
* If this parameter is not set, then the default visualization type for the report being
* displayed is used.
*
@@ -461,7 +461,7 @@ abstract class ViewDataTable implements ViewInterface
}
/**
- * Returns the list of view properties that can be overriden by query parameters.
+ * Returns the list of view properties that can be overridden by query parameters.
*
* @return array
*/