aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2017-05-29 18:58:02 +0200
committerLuca <deri@ntop.org>2017-05-29 18:58:02 +0200
commitd21dbee102215f22904fbb8b122fa21b39a83d78 (patch)
treee2dd716fee3c044c0902a78030a89f8b4220225b
parent2b9f8f6a8924fbb747de5635ebb643478363f3fb (diff)
TYpo
-rw-r--r--example/ndpiReader.c2
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);