]> granicus.if.org Git - file/commitdiff
fix english in error messages.
authorChristos Zoulas <christos@zoulas.com>
Tue, 10 Feb 2009 16:17:47 +0000 (16:17 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 10 Feb 2009 16:17:47 +0000 (16:17 +0000)
src/apprentice.c

index 32edfac647412a24b807fb400a6d15b5ef33935d..5b611285b3bd319f1ed4ce48412982894ad21bd0 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: apprentice.c,v 1.147 2009/02/03 20:27:51 christos Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.148 2009/02/04 18:24:32 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;