Browse code

Spell check

git-svn: trunk@1973

Nigel Horne authored on 2006/05/13 06:02:40
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@
16 16
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 17
  *  MA 02110-1301, USA.
18 18
  */
19
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.299 2006/05/04 17:44:29 nigelhorne Exp $";
19
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.300 2006/05/12 21:02:40 nigelhorne Exp $";
20 20
 
21 21
 #if HAVE_CONFIG_H
22 22
 #include "clamav-config.h"
... ...
@@ -173,7 +173,7 @@ typedef enum	{ FALSE = 0, TRUE = 1 } bool;
173 173
 
174 174
 /*#define	SCAN_UNENCODED_BOUNCES	/*
175 175
 					 * Slows things down a lot and only catches unencoded copies
176
-					 * of EICAR within bounces, which don't metter
176
+					 * of EICAR within bounces, which don't matter
177 177
 					 */
178 178
 
179 179
 static	int	cli_parse_mbox(const char *dir, int desc, cli_ctx *ctx);