From: Christos Zoulas Date: Tue, 10 Feb 2009 16:17:47 +0000 (+0000) Subject: fix english in error messages. X-Git-Tag: FILE5_05~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eec5a4a52aec5a58ce924a58740c5d652a3881f8;p=file fix english in error messages. --- diff --git a/src/apprentice.c b/src/apprentice.c index e8348786..22ac58d4 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.148 2009/02/04 18:24:32 christos Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.149 2009/02/10 16:17:47 christos Exp $") #endif /* lint */ #include "magic.h" @@ -2111,7 +2111,7 @@ apprentice_map(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, else version = ptr[1]; if (version != VERSIONNO) { - file_error(ms, 0, "File %d.%d supports only %d version magic " + file_error(ms, 0, "File %d.%d supports only version %d magic " "files. `%s' is version %d", FILE_VERSION_MAJOR, patchlevel, VERSIONNO, dbname, version); goto error1;