X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2a579ee5cca382afc8f6c8c7b4067f7dd5f67fe5..1afd3f308e25f7bf070f3932a28ed6b2be8173f6:/print-pim.c diff --git a/print-pim.c b/print-pim.c index 0f558af1..e0cca125 100644 --- a/print-pim.c +++ b/print-pim.c @@ -667,7 +667,7 @@ pimv2_print(register const u_char *bp, register u_int len, u_int cksum) case PIMV2_HELLO_OPTION_LANPRUNEDELAY: if (olen != 4) { - (void)printf("ERROR: Option Lenght != 4 Bytes (%u)", olen); + (void)printf("ERROR: Option Length != 4 Bytes (%u)", olen); } else { char t_bit; u_int16_t lan_delay, override_interval; @@ -690,7 +690,7 @@ pimv2_print(register const u_char *bp, register u_int len, u_int cksum) printf("%u", EXTRACT_32BITS(bp)); break; default: - printf("ERROR: Option Lenght != 4 Bytes (%u)", olen); + printf("ERROR: Option Length != 4 Bytes (%u)", olen); break; } break;