aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-26 17:16:55 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-26 17:16:55 +0100
commit94fcf5885ee6543140884143afaba9a06adac3f9 (patch)
treec836bc1af7c16341fe95a9d4ada763498528fedb /include/language.php
parentc9e8a3e8febc512aee60db53d344fd2b1c606faa (diff)
downloadvolse-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.
Diffstat (limited to 'include/language.php')
-rw-r--r--include/language.php2
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 = '') {