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/DeviceDetectorCache.php')
-rw-r--r--core/DeviceDetectorCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DeviceDetectorCache.php b/core/DeviceDetectorCache.php
index 543769fc54..e2cd998808 100644
--- a/core/DeviceDetectorCache.php
+++ b/core/DeviceDetectorCache.php
@@ -59,7 +59,7 @@ class DeviceDetectorCache implements \DeviceDetector\Cache\Cache
* @param string $id The cache entry ID
* @param array $content The cache content
* @throws \Exception
- * @return bool True if the entry was succesfully stored
+ * @return bool True if the entry was successfully stored
*/
public function save($id, $content, $ttl=0)
{