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:
authorsgiehl <stefan@piwik.org>2014-11-24 03:16:09 +0300
committersgiehl <stefan@piwik.org>2014-11-24 03:16:09 +0300
commit9d9a7c8056a7d0735a3e12ca2e06d5471d34d978 (patch)
tree913943d6fb7ef7597e1919445a9b594595cbc951 /plugins/DevicesDetection/functions.php
parent6840e8228a65aaa5d9239db097473708ab51b21b (diff)
fixed small issue while rebuilding os archives
Diffstat (limited to 'plugins/DevicesDetection/functions.php')
-rw-r--r--plugins/DevicesDetection/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index 761c557e36..d158253344 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -250,7 +250,7 @@ function _mapLegacyOsShortCodes($shortCode)
*
* First try to find a logo for the given short code
* If none can be found try to find a logo for the os family
- * Return unkown logo otherwise
+ * Return unknown logo otherwise
*
* @param string $short Shortcode or name of OS
*