From 7bb38f7c301741deedd4945c04500e4707746951 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 5 May 2015 10:16:10 +0200 Subject: [PATCH] decode-mime: fix typo in comment --- src/util-decode-mime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-decode-mime.h b/src/util-decode-mime.h index 5fb4cdb75d..c5a2892e52 100644 --- a/src/util-decode-mime.h +++ b/src/util-decode-mime.h @@ -64,7 +64,7 @@ #define ANOM_MALFORMED_MSG 64 /* Misc msg format errors found */ #define ANOM_LONG_BOUNDARY 128 /* Boundary too long */ -/* Pubicly exposed size constants */ +/* Publicly exposed size constants */ #define DATA_CHUNK_SIZE 3072 /* Should be divisible by 3 */ #define LINEREM_SIZE 256