diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:32:57 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:32:57 +0000 |
commit | 3dbb97413c6a936ec73a0679cd461167f58e26c4 (patch) | |
tree | 66b2367284bf3a3088685fa788ce2004ab28ad73 | |
parent | 47f9f54b896d20fed175c44ad971575294064f8e (diff) |
spelling: encryption
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 68e332c23..506f79ddd 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -170,7 +170,7 @@ struct ndpi_wifi_header u_char trsm[6]; u_char dest[6]; u_int16_t seq_ctrl; - /* u_int64_t ccmp - for data encription only - check fc.flag */ + /* u_int64_t ccmp - for data encryption only - check fc.flag */ } PACK_OFF; /* +++++++++++++++++++++++ MPLS header +++++++++++++++++++++++ */ |