fix typo in message, thanks to lintian

This commit is contained in:
Victor Seva 2023-05-01 17:10:13 +02:00 committed by Kaian
parent ece9e0df1e
commit ae8e0a4472
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ capture_online(const char *dev)
}
if (pcap_set_promisc(capinfo->handle, 1) != 0) {
fprintf(stderr, "Error setting promiscous mode on %s: %s\n", dev, pcap_geterr(capinfo->handle));
fprintf(stderr, "Error setting promiscuous mode on %s: %s\n", dev, pcap_geterr(capinfo->handle));
return 2;
}