aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:33:32 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:33:32 +0000
commitf8fed9be7e443c8261c5eba764135f0dd21d7ae5 (patch)
tree0efc4412b3b78426c3e2cb4198b47157b1495d12
parent3dbb97413c6a936ec73a0679cd461167f58e26c4 (diff)
spelling: exclude
-rw-r--r--src/lib/protocols/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c
index a807f669b..79d61fc94 100644
--- a/src/lib/protocols/http.c
+++ b/src/lib/protocols/http.c
@@ -1181,7 +1181,7 @@ void init_http_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int
NDPI_BITMASK_SET(ndpi_struct->callback_buffer[a].excluded_protocol_bitmask,
ndpi_struct->callback_buffer[a].detection_bitmask);
- /*Delete protocol from exluded protocol bitmask*/
+ /*Delete protocol from excluded protocol bitmask*/
NDPI_DEL_PROTOCOL_FROM_BITMASK(ndpi_struct->callback_buffer[a].excluded_protocol_bitmask, NDPI_PROTOCOL_UNKNOWN);
NDPI_DEL_PROTOCOL_FROM_BITMASK(ndpi_struct->callback_buffer[a].excluded_protocol_bitmask, NDPI_PROTOCOL_QQ);