summaryrefslogtreecommitdiffstats
path: root/inc/dictionary.inc.php
diff options
context:
space:
mode:
authorStefan Weil2019-12-14 08:59:39 +0100
committerStefan Weil2019-12-14 09:29:06 +0100
commitab49e774910743701ee8742799c0b5a58ea65d8a (patch)
tree64057cbb86e9b4524444f00dcf0482345ac96a2b /inc/dictionary.inc.php
parent[statistics] Fix date range queries to match by day, not by second (diff)
downloadslx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'inc/dictionary.inc.php')
-rw-r--r--inc/dictionary.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dictionary.inc.php b/inc/dictionary.inc.php
index b69007a6..e366207f 100644
--- a/inc/dictionary.inc.php
+++ b/inc/dictionary.inc.php
@@ -240,7 +240,7 @@ class Dictionary
*
* @param $caption bool with caption next to <img>
* @param $langCC string Language cc to get flag code for - defaults to current language
- * @retrun string html code of img tag for language
+ * @return string html code of img tag for language
*/
public static function getFlagHtml($caption = false, $langCC = false)
{