aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnicket2100 <57048005+snicket2100@users.noreply.github.com>2023-07-28 17:58:25 +0200
committerGitHub <noreply@github.com>2023-07-28 17:58:25 +0200
commitd477da997fb3326104037db02094f80f5e5cbe11 (patch)
treecd55b10a39580621b8a284f25528320a6524b084
parentbc91192acadda102169adacfed967f57f395f1bd (diff)
Typo in a comment fixed (#2063)
-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) {