]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo (as per NetBSD).
authorguy <guy>
Wed, 19 Nov 2003 02:01:40 +0000 (02:01 +0000)
committerguy <guy>
Wed, 19 Nov 2003 02:01:40 +0000 (02:01 +0000)
print-802_11.c

index 7d3438c896b428c3907fb8ad69bb1ba64a0dd2d1..932b52da2218b372df5aa65a3b21ea87e40dd52f 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.24 2003-11-16 09:36:11 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-802_11.c,v 1.25 2003-11-19 02:01:40 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -537,7 +537,7 @@ mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh,
                return handle_deauth(fc, pmh, p);
                break;
        default:
-               printf("Unhandled Managment subtype(%x)",
+               printf("Unhandled Management subtype(%x)",
                    FC_SUBTYPE(fc));
                return 1;
        }