diff options
Diffstat (limited to 'common/localename.c')
-rw-r--r-- | common/localename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/localename.c b/common/localename.c index 54d22d0cf..876fdb023 100644 --- a/common/localename.c +++ b/common/localename.c @@ -55,7 +55,7 @@ /* Use a dummy value for LC_MESSAGES in case it is not defined. This works because we always test for HAVE_LC_MESSAGES and the core - fucntion takes the category as a string as well. */ + function takes the category as a string as well. */ #ifndef HAVE_LC_MESSAGES #define LC_MESSAGES 0 #endif |