PR:		misc/21596
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
Alexey Zelkin 2000-09-27 18:24:31 +00:00
parent 02a1e48f02
commit e3950d8e0e

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