From 9ddaccbae0c35eec2cfc855d03ff04dcdbffe1ae Mon Sep 17 00:00:00 2001 From: tianzhishuizhu Date: Thu, 8 Sep 2016 19:53:03 +0800 Subject: text error --- src/lib/protocols/afp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols/afp.c') diff --git a/src/lib/protocols/afp.c b/src/lib/protocols/afp.c index 0f61986bc..74b98b8d0 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -54,7 +54,7 @@ void ndpi_search_afp(struct ndpi_detection_module_struct *ndpi_struct, struct nd } /* - * detection of GetStatus command of DSI protocl + * detection of GetStatus command of DSI protocol */ if (packet->payload_packet_len >= 18 && get_u_int16_t(packet->payload, 0) == htons(0x0003) && get_u_int16_t(packet->payload, 2) == htons(0x0001) && get_u_int32_t(packet->payload, 4) == 0 && -- cgit v1.2.3