aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:06:44 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 22:06:44 +0000
commitce0a3e858ab553d2144aaa4e9bdec0a6a1d9771d (patch)
tree4318416858d8dbcff3ea84a637550697f86b4c8c
parentd178bec60e105ec9e4349e48f6da1da52d3f39e7 (diff)
spelling: scrupulous
-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 79d61fc94..33b15c689 100644
--- a/src/lib/protocols/http.c
+++ b/src/lib/protocols/http.c
@@ -903,7 +903,7 @@ static void ndpi_check_http_tcp(struct ndpi_detection_module_struct *ndpi_struct
if(packet->host_line.ptr != NULL) {
/**
- nDPI is pretty scrupoulous about HTTP so it waits until the
+ nDPI is pretty scrupulous about HTTP so it waits until the
HTTP response is received just to check that it conforms
with the HTTP specs. However this might be a waste of time as
in 99.99% of the cases is like that.