Skip to content

Commit ae8e0a4

Browse files
linuxmaniacKaian
authored andcommitted
fix typo in message, thanks to lintian
1 parent ece9e0d commit ae8e0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ capture_online(const char *dev)
184184
}
185185

186186
if (pcap_set_promisc(capinfo->handle, 1) != 0) {
187-
fprintf(stderr, "Error setting promiscous mode on %s: %s\n", dev, pcap_geterr(capinfo->handle));
187+
fprintf(stderr, "Error setting promiscuous mode on %s: %s\n", dev, pcap_geterr(capinfo->handle));
188188
return 2;
189189
}
190190

0 commit comments

Comments
 (0)