From accd19ba03d86ed95c734a92745aef6dd0bcf17a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 26 Apr 2010 09:18:58 +0200 Subject: [PATCH] Fix a typo in detect-decode-event.h causing a compilation error. --- src/detect-decode-event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-decode-event.h b/src/detect-decode-event.h index d558a05eea..b1c4ab9425 100644 --- a/src/detect-decode-event.h +++ b/src/detect-decode-event.h @@ -47,7 +47,7 @@ struct DetectDecodeEvents_ { { "ipv6.wrong_ip_version", IPV6_WRONG_IP_VER, }, { "icmpv4.pkt_too_small", ICMPV4_PKT_TOO_SMALL, }, { "icmpv4.unknown_type", ICMPV4_UNKNOWN_TYPE, }, - { "icmpv4.unknown_code", ICMPV4_UNKOWN_CODE, }, + { "icmpv4.unknown_code", ICMPV4_UNKNOWN_CODE, }, { "icmpv4.ipv4_trunc_pkt", ICMPV4_IPV4_TRUNC_PKT, }, { "icmpv4.ipv4_unknown_ver", ICMPV4_IPV4_UNKNOWN_VER, }, { "icmpv6.unknown_type", ICMPV6_UNKNOWN_TYPE,},