Skip to content

Commit

Permalink
pcap-linux.c: Fix typo in error string
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnoam committed Apr 16, 2020
1 parent 924a9c6 commit ec2e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -7168,7 +7168,7 @@ pcap_set_fanout_linux(pcap_t *p, uint16_t mode, uint16_t group_id)
return 0;
#else
pcap_fmt_errmsg_for_errno(p->errbuf, PCAP_ERRBUF_SIZE,
errno, "funout is not supported");
errno, "fanout is not supported");
return -1;
#endif
}
Expand Down

0 comments on commit ec2e912

Please sign in to comment.