aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:06:05 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:06:05 +0000
commitfba88e225f0f7c803f47582205e875b826c193bf (patch)
tree4a061b3809dce2caebb4b88f8e11da832f02542e
parent7bac815938bfaed9b8d5be789db093fba1199786 (diff)
spelling: remove
-rw-r--r--src/lib/protocols/sopcast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/sopcast.c b/src/lib/protocols/sopcast.c
index 64a50542a..63590fec7 100644
--- a/src/lib/protocols/sopcast.c
+++ b/src/lib/protocols/sopcast.c
@@ -144,7 +144,7 @@ static void ndpi_search_sopcast_udp(struct ndpi_detection_module_struct
ndpi_int_sopcast_add_connection(ndpi_struct, flow);
return;
}
- /* this case has been seen once. Please revome this comment, if you see it another time */
+ /* this case has been seen once. Please remove this comment, if you see it another time */
if (packet->payload_packet_len == 60 && packet->payload[0] == 0x00
&& packet->payload[2] == 0x01
&& packet->payload[8] == 0x03 && packet->payload[9] == 0xff
@@ -174,7 +174,7 @@ static void ndpi_search_sopcast_udp(struct ndpi_detection_module_struct
ndpi_int_sopcast_add_connection(ndpi_struct, flow);
return;
}
- /* this case has been seen once. Please revome this comment, if you see it another time */
+ /* this case has been seen once. Please remove this comment, if you see it another time */
if (packet->payload_packet_len == 286 && packet->payload[0] == 0x00
&& packet->payload[1] == 0x02 && packet->payload[2] == 0x01
&& packet->payload[3] == 0x07 && packet->payload[4] == 0x03