diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:22:34 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:22:34 +0000 |
commit | 6a7ad10ae0d9f7dcfc24cc2c0482dbd430cf2bc1 (patch) | |
tree | a9eebec6c432d2d0e47f9d88d2518179e6b07f04 /src | |
parent | 5a2f556ff744971cc88b38845bff0b1dc847e182 (diff) |
spelling: conservative
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/protocols/ftp_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/ftp_data.c b/src/lib/protocols/ftp_data.c index 47b45ec4c..f5622ffb5 100644 --- a/src/lib/protocols/ftp_data.c +++ b/src/lib/protocols/ftp_data.c @@ -62,7 +62,7 @@ static int ndpi_match_file_header(struct ndpi_detection_module_struct *ndpi_stru struct ndpi_packet_struct *packet = &flow->packet; u_int32_t payload_len = packet->payload_packet_len; - /* A FTP packet is pretty long so 256 is a bit consrvative but it should be OK */ + /* A FTP packet is pretty long so 256 is a bit conservative but it should be OK */ if(packet->payload_packet_len < 256) return 0; |