diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:00:21 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-03-12 22:00:21 +0000 |
commit | fbe1fb285d2392d1a01dc13761350b4c727b9215 (patch) | |
tree | f348afb4e8333e0cc85fa2d79b8f76c7a6b8cc94 /example | |
parent | 04014d73d94664acc725c87f53b0fa2efbf43e56 (diff) |
spelling: platform
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpi_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.c b/example/ndpi_util.c index 7741faf36..105459054 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -353,7 +353,7 @@ static struct ndpi_flow_info *get_ndpi_flow_info(struct ndpi_workflow * workflow } else { inet_ntop(AF_INET6, &iph6->ip6_src, newflow->lower_name, sizeof(newflow->lower_name)); inet_ntop(AF_INET6, &iph6->ip6_dst, newflow->upper_name, sizeof(newflow->upper_name)); - /* For consistency across platfoms replace :0: with :: */ + /* For consistency across platforms replace :0: with :: */ patchIPv6Address(newflow->lower_name), patchIPv6Address(newflow->upper_name); } |