aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiSimpleIntegration.c
diff options
context:
space:
mode:
authorrl1987 <rl1987@users.noreply.github.com>2023-12-10 22:58:22 +0400
committerGitHub <noreply@github.com>2023-12-10 19:58:22 +0100
commit59d476195cb3ac5cf6bd139f43698c3cdc1a8b7a (patch)
treefe36d355945673701ab905328c32d8838754a791 /example/ndpiSimpleIntegration.c
parentc809e7c0691a77e84036df78067e482700263c71 (diff)
Fix typos (#2204)
* Fix typo in ndpiSimpleIntegration.c * Fix misspelling in a comment
Diffstat (limited to 'example/ndpiSimpleIntegration.c')
-rw-r--r--example/ndpiSimpleIntegration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiSimpleIntegration.c b/example/ndpiSimpleIntegration.c
index 7d49383bf..7ffa3e3ed 100644
--- a/example/ndpiSimpleIntegration.c
+++ b/example/ndpiSimpleIntegration.c
@@ -1146,7 +1146,7 @@ static void sighandler(int signum)
int main(int argc, char ** argv)
{
if (argc == 0) {
- printf("usage: ndpiSimpleIntegration Mdevice name>\n");
+ printf("usage: ndpiSimpleIntegration <device name>\n");
return 1;
}