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>2015-05-13 22:51:48 +0300
committersgiehl <stefan@piwik.org>2015-05-13 22:51:48 +0300
commit699f232efff1b67026dc1e55306f1ff90f7986ce (patch)
tree201b00391a72894c6b09f3b7414eae496d7626d5 /plugins/LanguagesManager/API.php
parent7eb55f2cc512bc3dbc893ea8d39f21f367e2759a (diff)
refs #7883 - make it possible to update translations without beeing a maintainer on transifex
Diffstat (limited to 'plugins/LanguagesManager/API.php')
-rw-r--r--plugins/LanguagesManager/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LanguagesManager/API.php b/plugins/LanguagesManager/API.php
index ca491892ed..82209a495e 100644
--- a/plugins/LanguagesManager/API.php
+++ b/plugins/LanguagesManager/API.php
@@ -50,7 +50,7 @@ class API extends \Piwik\Plugin\API
/**
* Return array of available languages
*
- * @return array Arry of strings, each containing its ISO language code
+ * @return array Array of strings, each containing its ISO language code
*/
public function getAvailableLanguages()
{