summaryrefslogtreecommitdiff
path: root/include/language.h
diff options
context:
space:
mode:
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.
*/