From 59d476195cb3ac5cf6bd139f43698c3cdc1a8b7a Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 10 Dec 2023 22:58:22 +0400 Subject: Fix typos (#2204) * Fix typo in ndpiSimpleIntegration.c * Fix misspelling in a comment --- example/ndpiSimpleIntegration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpiSimpleIntegration.c') 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 \n"); return 1; } -- cgit v1.2.3