PR:		misc/21596
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
phantom 2000-09-27 18:24:31 +00:00
parent 781d4acf4f
commit 7413cf0b7c

View File

@ -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); \
}