aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/nls
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-09-27 18:24:31 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-09-27 18:24:31 +0000
commite3950d8e0ed975ce71a77560255909de1bf17c5b (patch)
tree647f1af45520ced0ccc831ad09aa52ddd887f8a1 /lib/libc/nls
parent02a1e48f02ac93ff9d736bf22bf29071f1dce538 (diff)
downloadsrc-e3950d8e0ed975ce71a77560255909de1bf17c5b.tar.gz
src-e3950d8e0ed975ce71a77560255909de1bf17c5b.zip
Fix typo
PR: misc/21596 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes: svn path=/head/; revision=66412
Diffstat (limited to 'lib/libc/nls')
-rw-r--r--lib/libc/nls/msgcat.c2
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); \
}