diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-09-27 18:25:35 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-09-27 18:25:35 +0000 |
| commit | 09aee619b9ed73ac3d392604d9ea66bed74ef73d (patch) | |
| tree | 951553fe5963b7b31933752d9e33f4208ae94ce0 /lib/libc | |
| parent | b351174c28e718392e5978d687061eb300cba68e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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); \ } |
