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 0b55c7f22..b6940ee99 100644 --- a/include/language.h +++ b/include/language.h @@ -40,7 +40,7 @@ namespace Language extern CoreExport const char *Translate(const char *string); /** Translates a string to the language of the given user. - * @param u The user to transate the string for + * @param u The user to translate the string for * @param string A string to translate * @return The translated string if found, else the original string. */ |