diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:43:45 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 21:43:45 +0000 |
commit | 4a5407feb7689e5a537534670f3db8f6ae105ead (patch) | |
tree | 3af9291ab21ce2bbe7f868574951cfd92bfad001 /src/lib/third_party | |
parent | d332370298609be321d40c708c8fdbb12c119b14 (diff) |
spelling: incomplete
Diffstat (limited to 'src/lib/third_party')
-rw-r--r-- | src/lib/third_party/src/ndpi_patricia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/src/ndpi_patricia.c b/src/lib/third_party/src/ndpi_patricia.c index ccf76473d..13ed71371 100644 --- a/src/lib/third_party/src/ndpi_patricia.c +++ b/src/lib/third_party/src/ndpi_patricia.c @@ -84,7 +84,7 @@ int ndpi_comp_with_mask (void *addr, void *dest, u_int mask) { return (0); } -/* this allows imcomplete prefix */ +/* this allows incomplete prefix */ int ndpi_my_inet_pton (int af, const char *src, void *dst) { |