]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
decode-mime: fix typo in comment
authorEric Leblond <eric@regit.org>
Tue, 5 May 2015 08:16:10 +0000 (10:16 +0200)
committerEric Leblond <eric@regit.org>
Tue, 6 Oct 2015 21:30:45 +0000 (23:30 +0200)
src/util-decode-mime.h

index 5fb4cdb75d3e88b801bafc2f6cdca611986268b3..c5a2892e5244a8308238cba66d441568728b8a02 100644 (file)
@@ -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