aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:44:26 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-12 21:44:26 +0000
commitc51f88e62a0e4b519b41099e0003860839b99452 (patch)
tree637c599603477ae822e774804259d79f6345c20f /example/ndpiReader.c
parent120e3473f8bea2725b098a7f05acc0b327617643 (diff)
spelling: interface
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 6a6a7a135..29f6bc054 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -52,7 +52,7 @@
#include "ndpi_util.h"
/** Client parameters **/
-static char *_pcap_file[MAX_NUM_READER_THREADS]; /**< Ingress pcap file/interafaces */
+static char *_pcap_file[MAX_NUM_READER_THREADS]; /**< Ingress pcap file/interfaces */
static FILE *playlist_fp[MAX_NUM_READER_THREADS] = { NULL }; /**< Ingress playlist */
static FILE *results_file = NULL;
static char *results_path = NULL;