]> granicus.if.org Git - file/commitdiff
PR/395: fix typo
authorChristos Zoulas <christos@zoulas.com>
Tue, 28 Oct 2014 22:10:46 +0000 (22:10 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 28 Oct 2014 22:10:46 +0000 (22:10 +0000)
src/apprentice.c

index 4de8f6de06d5318341cbcfbc768035a69bd94c94..2b6c995dc6c2871f3b277c13bd06028570c81016 100644 (file)
@@ -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)