aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:31:56 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:31:56 +0000
commite89ce717ba2e6ddf06b5c4bf365157dc70c6cc8d (patch)
tree7dbc4ccf6f764778d63f0f8b1d1125b576a4e292
parent064562558525e5377ad71545919b130b2eab9da9 (diff)
spelling: delivered
-rw-r--r--src/lib/protocols/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c
index 82167e204..a807f669b 100644
--- a/src/lib/protocols/http.c
+++ b/src/lib/protocols/http.c
@@ -847,7 +847,7 @@ static void ndpi_check_http_tcp(struct ndpi_detection_module_struct *ndpi_struct
}
/* check PPStream protocol or iQiyi service
- (iqiyi is deliverd by ppstream) */
+ (iqiyi is delivered by ppstream) */
// substring in url
if(strstr((const char*) &packet->payload[filename_start], "iqiyi.com") != NULL) {
if(kxun_counter == 0) {