From: Christos Zoulas Date: Tue, 28 Oct 2014 22:10:46 +0000 (+0000) Subject: PR/395: fix typo X-Git-Tag: FILE5_21~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d45394dd694159d6d03af43bcde34c3eaf88453a;p=file PR/395: fix typo --- diff --git a/src/apprentice.c b/src/apprentice.c index 4de8f6de..2b6c995d 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.217 2014/10/15 12:39:21 christos Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.218 2014/10/28 22:09:57 christos Exp $") #endif /* lint */ #include "magic.h" @@ -2759,7 +2759,7 @@ eatsize(const char **p) } /* - * handle a buffer containging a compiled file. + * handle a buffer containing a compiled file. */ private struct magic_map * apprentice_buf(struct magic_set *ms, struct magic *buf, size_t len)