diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:31:56 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:31:56 +0000 |
commit | e89ce717ba2e6ddf06b5c4bf365157dc70c6cc8d (patch) | |
tree | 7dbc4ccf6f764778d63f0f8b1d1125b576a4e292 | |
parent | 064562558525e5377ad71545919b130b2eab9da9 (diff) |
spelling: delivered
-rw-r--r-- | src/lib/protocols/http.c | 2 |
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) { |