diff options
author | Luca <deri@ntop.org> | 2017-05-29 18:58:02 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2017-05-29 18:58:02 +0200 |
commit | d21dbee102215f22904fbb8b122fa21b39a83d78 (patch) | |
tree | e2dd716fee3c044c0902a78030a89f8b4220225b /example/ndpiReader.c | |
parent | 2b9f8f6a8924fbb747de5635ebb643478363f3fb (diff) |
TYpo
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index b76d66f34..fa3dd4b27 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -312,7 +312,7 @@ void extcap_config() { /* -i <interface> */ printf("arg {number=%u}{call=-i}{display=Capture Interface or Pcap File Path}{type=string}" "{tooltip=The interface name}\n", argidx++); - printf("arg {number=%u}{call=-i}{display=Pcap File to Analize}{type=fileselect}" + printf("arg {number=%u}{call=-i}{display=Pcap File to Analyze}{type=fileselect}" "{tooltip=The pcap file to analyze (if the interface is unspecified)}\n", argidx++); setupDetection(0, NULL); |