From d477da997fb3326104037db02094f80f5e5cbe11 Mon Sep 17 00:00:00 2001 From: snicket2100 <57048005+snicket2100@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:58:25 +0200 Subject: Typo in a comment fixed (#2063) --- src/lib/protocols/telegram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols') 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) { -- cgit v1.2.3