aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/protocols/telegram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/telegram.c b/src/lib/protocols/telegram.c
index 63fcd01b6..bab1d3336 100644
--- a/src/lib/protocols/telegram.c
+++ b/src/lib/protocols/telegram.c
@@ -67,7 +67,7 @@ static void ndpi_search_telegram(struct ndpi_detection_module_struct *ndpi_struc
/*
The latest telegram protocol
- contains a sequence of 12 consecutive 0xFF packets
- - it uses low UDP ports in the 500 ramge
+ - it uses low UDP ports in the 500 range
*/
if(packet->payload_packet_len >= 40) {