diff options
| -rw-r--r-- | lib/libc/nls/msgcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 5a0f9a921203..07ba4d3af84c 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -303,7 +303,7 @@ catclose( catd) /* Note that only malloc failures are allowed to return an error */ static char* _errowner = "Message Catalog System";; #define CORRUPT() { \ - fprintf(stderr, "%s: currupt file.", _errowner); \ + fprintf(stderr, "%s: corrupt file.", _errowner); \ free(cat); \ NLRETERR(EINVAL); \ } |
