]> The Tcpdump Group git mirrors - tcpdump/commitdiff
spelling fixes
authorRomain Francoise <[email protected]>
Mon, 28 May 2012 18:33:07 +0000 (14:33 -0400)
committerMichael Richardson <[email protected]>
Mon, 28 May 2012 18:33:07 +0000 (14:33 -0400)
print-802_11.c
print-pim.c

index 24ab625a61e3a18fafe52e5f00e46243428ed249..6f2231d7dcc581396832721812acb65d1f384ba0 100644 (file)
@@ -485,7 +485,7 @@ static const char *auth_alg_text[]={"Open System","Shared Key","EAP"};
 #define NUM_AUTH_ALGS  (sizeof auth_alg_text / sizeof auth_alg_text[0])
 
 static const char *status_text[] = {
-       "Succesful",                                            /*  0 */
+       "Successful",                                           /*  0 */
        "Unspecified failure",                                  /*  1 */
        "Reserved",                                             /*  2 */
        "Reserved",                                             /*  3 */
index 0f558af13573b4dd3ca3c7936bee4838e3eaa143..e0cca125f675f95fce9145a4882b7fe426bc9c50 100644 (file)
@@ -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;