summaryrefslogtreecommitdiff
path: root/print-pim.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-10-04 22:40:22 +0000
committerXin LI <delphij@FreeBSD.org>2012-10-04 22:40:22 +0000
commit0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch)
treec9eca0fdb327e86bea07fe747313f828731215ca /print-pim.c
parent60894fde29002aac35c5aff244b0f45c4d590413 (diff)
Diffstat (limited to 'print-pim.c')
-rw-r--r--print-pim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-pim.c b/print-pim.c
index 0f558af13573b..e0cca125f675f 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;