Fix typo
PR: misc/21596 Submitted by: TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
parent
781d4acf4f
commit
7413cf0b7c
@ -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); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user