aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/ndpiReader.c2
-rw-r--r--example/ndpiSimpleIntegration.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 490e0f4cb..ecc5ba13a 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -2746,7 +2746,7 @@ static void setupDetection(u_int16_t thread_id, pcap_t * pcap_handle) {
i, lru_cache_ttls[i]);
}
- /* Set aggressiviness here */
+ /* Set aggressiveness here */
for(i = 0; i < NDPI_MAX_SUPPORTED_PROTOCOLS; i++) {
if(aggressiveness[i] != -1)
ndpi_set_protocol_aggressiveness(ndpi_thread_info[thread_id].workflow->ndpi_struct, i, aggressiveness[i]);
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;
}