diff options
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 2 |
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. */ |