aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-09 04:56:31 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-09 04:56:31 +0000
commitb0e0b2920131620faed24cbf8ce2060158430464 (patch)
tree012273d2f87d3ee8c8ddeb1a15345d095ad86191 /src
parent616b6ce4d5230f103e6b68744b8b15f2b7040226 (diff)
spelling: associated
Diffstat (limited to 'src')
-rw-r--r--src/lib/third_party/src/ndpi_patricia.c2
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 c9c052314..ccf76473d 100644
--- a/src/lib/third_party/src/ndpi_patricia.c
+++ b/src/lib/third_party/src/ndpi_patricia.c
@@ -874,7 +874,7 @@ ndpi_patricia_remove (patricia_tree_t *patricia, patricia_node_t *node)
#endif /* PATRICIA_DEBUG */
/* this might be a placeholder node -- have to check and make sure
- * there is a prefix aossciated with it ! */
+ * there is a prefix associated with it ! */
if(node->prefix != NULL)
ndpi_Deref_Prefix (node->prefix);
node->prefix = NULL;