aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-17 01:35:57 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-17 01:35:57 +0000
commitd04da40cba2d747a184cdda1565ffa3ebec77cae (patch)
treef5122f6b967a35c0e7fbb3297e0d79a589b2f60d /packet-ip.c
parent36eabe210049dbad4ce2d1b1d128912c14a0b270 (diff)
Typo fix, from Heikki Vatiainen.
svn path=/trunk/; revision=1045
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index bd76e2957b..9f58e2edb5 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.62 1999/11/16 11:42:33 guy Exp $
+ * $Id: packet-ip.c,v 1.63 1999/11/17 01:35:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1224,7 +1224,7 @@ dissect_igmp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
strcpy(type_str, "PIM");
break;
case IGMP_V2_M_RPT:
- strcpy(type_str, "Host reponse (v2)");
+ strcpy(type_str, "Host response (v2)");
break;
case IGMP_MTRC_RESP:
strcpy(type_str, "Traceroute response");