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/Tracker/Cache.php')
-rw-r--r--core/Tracker/Cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Cache.php b/core/Tracker/Cache.php
index b18003aaa9..17a0b1700d 100644
--- a/core/Tracker/Cache.php
+++ b/core/Tracker/Cache.php
@@ -145,7 +145,7 @@ class Cache
*
* Data that is used during tracking but is expensive to compute/query should be
* cached to keep tracking efficient. One example of such data are options
- * that are stored in the piwik_option table. Querying data for each tracking
+ * that are stored in the option table. Querying data for each tracking
* request means an extra unnecessary database query for each visitor action. Using
* a cache solves this problem.
*