summaryrefslogtreecommitdiff
path: root/include/language.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-06-12 02:30:21 +0000
committerAdam <Adam@anope.org>2013-06-12 02:30:21 +0000
commitd463ae3b1eb44085ad06193f403bc8ec67b34422 (patch)
tree63826af31a8095cddd33156ab06f6493cb79f0ec /include/language.h
parentebda113f448cdde52d4015b75b09211eac182c8e (diff)
Allow users to change their language to english when the default language is not
Diffstat (limited to 'include/language.h')
-rw-r--r--include/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h
index 42d95383d..f0dd27782 100644
--- a/include/language.h
+++ b/include/language.h
@@ -55,7 +55,7 @@ namespace Language
extern CoreExport const char *Translate(const NickCore *nc, const char *string);
/** Translatesa string to the given language.
- * @param lang The language to trnalsate to
+ * @param lang The language to translate to
* @param string The string to translate
* @return The translated string if found, else the original string.
*/