]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix typo from previous commit
authorhannes <hannes>
Thu, 8 May 2003 14:40:54 +0000 (14:40 +0000)
committerhannes <hannes>
Thu, 8 May 2003 14:40:54 +0000 (14:40 +0000)
print-ether.c

index e2b20137ecfe82cf3dbc2d13ee6d363eed11c4de..4b6527cca81e8264decaabd47bd38ebf9285bfd0 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.77 2003-05-08 14:39:05 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.78 2003-05-08 14:40:54 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -52,7 +52,7 @@ ether_hdr_print(register const u_char *bp, u_int length)
                             etheraddr_string(EDST(ep)),
                             length);
        else
-               (void)printf("%s > %s %s (lenght: %u): ",
+               (void)printf("%s > %s %s (length: %u): ",
                             etheraddr_string(ESRC(ep)),
                             etheraddr_string(EDST(ep)),
                             etherproto_string(ep->ether_type),