diff options
Diffstat (limited to 'common/i18n.h')
-rw-r--r-- | common/i18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.h b/common/i18n.h index 45710b2cc..22e8a9017 100644 --- a/common/i18n.h +++ b/common/i18n.h @@ -53,7 +53,7 @@ const char *i18n_utf8 (const char *string); const char *i18n_localegettext (const char *lc_messages, const char *string) GNUPG_GCC_ATTR_FORMAT_ARG(2); -/* If a module wants a local L_() fucntion we define it here. */ +/* If a module wants a local L_() function we define it here. */ #ifdef LunderscoreIMPL LunderscorePROTO LunderscoreIMPL |