diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-26 17:16:55 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-26 17:16:55 +0100 |
commit | 94fcf5885ee6543140884143afaba9a06adac3f9 (patch) | |
tree | c836bc1af7c16341fe95a9d4ada763498528fedb | |
parent | c9e8a3e8febc512aee60db53d344fd2b1c606faa (diff) | |
download | volse-hubzilla-94fcf5885ee6543140884143afaba9a06adac3f9.tar.gz volse-hubzilla-94fcf5885ee6543140884143afaba9a06adac3f9.tar.bz2 volse-hubzilla-94fcf5885ee6543140884143afaba9a06adac3f9.zip |
So much so, in fact, that I didn't even notice the typo.
-rw-r--r-- | include/language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.php b/include/language.php index 83e5e0f20..9db57dceb 100644 --- a/include/language.php +++ b/include/language.php @@ -146,7 +146,7 @@ function load_translation_table($lang, $install = false) { * * @param $s string that should get translated * @param $ctx optional context to appear in po file - * @return translated string if exsists, otherwise return $s + * @return translated string if exists, otherwise return $s * */ function t($s,$ctx = '') { |