commit cf3e043a247eaa2f6990acb2e100fa09dd66e91d parent 918cf7ce2514d73f545f84bbad5a6ca1fc7316cf Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Tue, 15 Sep 2020 17:16:33 +1000 typo fix Diffstat:
M | ngrep.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ngrep.c b/ngrep.c @@ -856,7 +856,7 @@ dump_packet(struct pcap_pkthdr *h, u_char *p, uint8_t proto, switch (proto) { case IPPROTO_ICMP: - /* FALLTHROUTH */ + /* FALLTHROUGH */ case IPPROTO_ICMPV6: /* FALLTHROUGH */ case IPPROTO_IGMP: