diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:10:54 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:10:54 +0000 |
commit | 11fc826e52b41363f57edd303b5403dd52c72b71 (patch) | |
tree | bb11c1aeda2c4e79e59f69fcf7b9e1054845319e /src/lib | |
parent | 249b5d67837ca57e115e1ffb34404dfa1286fffe (diff) |
spelling: switch
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/protocols/msn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/msn.c b/src/lib/protocols/msn.c index dd652ef1f..2938d39b8 100644 --- a/src/lib/protocols/msn.c +++ b/src/lib/protocols/msn.c @@ -509,7 +509,7 @@ void ndpi_search_msn(struct ndpi_detection_module_struct *ndpi_struct, struct nd /* we deal with tcp now */ if(packet->tcp != NULL) { /* msn can use http or ssl for connection. That's why every http, ssl and ukn packet must enter in the msn detection */ - /* the detection can swich out the http or the ssl detection. In this case we need not check those protocols */ + /* the detection can switch out the http or the ssl detection. In this case we need not check those protocols */ // need to do the ceck when protocol == http too (POST /gateway ...) if(packet->detected_protocol_stack[0] == NDPI_PROTOCOL_UNKNOWN #ifdef NDPI_PROTOCOL_HTTP |