aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-09 04:54:42 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-09 04:54:42 +0000
commit616b6ce4d5230f103e6b68744b8b15f2b7040226 (patch)
treecbd089d0d43139c58d433a3bf8d9800470b5f0a2 /src
parent6a27b6262d3967301b4abc7008d4441e17b305da (diff)
spelling: address
Diffstat (limited to 'src')
-rw-r--r--src/lib/protocols/msn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/msn.c b/src/lib/protocols/msn.c
index 2f5b6c468..2ef60e8ff 100644
--- a/src/lib/protocols/msn.c
+++ b/src/lib/protocols/msn.c
@@ -203,7 +203,7 @@ static void ndpi_search_msn_tcp(struct ndpi_detection_module_struct *ndpi_struct
if(memcmp(&packet->payload[5], "http://", 7) == 0) {
/*
* We are searching for a pattern "POST http://gateway.messenger.hotmail.com/gateway/gateway.dll" or
- * "POST http://<some ip addres here like 172.0.0.0>/gateway/gateway.dll"
+ * "POST http://<some ip address here like 172.0.0.0>/gateway/gateway.dll"
* POST http:// is 12 byte so we are searching for 13 to 70 byte for this paten.
*/
for(c = 13; c < 50; c++) {