aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-igmp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-18 19:08:49 +0000
commitc544c209561e2661d014eac1b3f7a2a6a67af636 (patch)
treeada9aa2c01f7b2a0d24b67b54d2b571f6f4a0f85 /epan/dissectors/packet-igmp.c
parentdbd150e9484c48e8dbe71f5042d8b7cc8a4eea93 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27050
Diffstat (limited to 'epan/dissectors/packet-igmp.c')
-rw-r--r--epan/dissectors/packet-igmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-igmp.c b/epan/dissectors/packet-igmp.c
index c07e9db71a..9c2a685b3f 100644
--- a/epan/dissectors/packet-igmp.c
+++ b/epan/dissectors/packet-igmp.c
@@ -1117,15 +1117,15 @@ proto_register_igmp(void)
{ &hf_max_resp_exp,
{ "Exponent", "igmp.max_resp.exp", FT_UINT8, BASE_HEX,
- NULL, IGMP_MAX_RESP_EXP, "Maxmimum Response Time, Exponent", HFILL }},
+ NULL, IGMP_MAX_RESP_EXP, "Maximum Response Time, Exponent", HFILL }},
{ &hf_max_resp_mant,
{ "Mantissa", "igmp.max_resp.mant", FT_UINT8, BASE_HEX,
- NULL, IGMP_MAX_RESP_MANT, "Maxmimum Response Time, Mantissa", HFILL }},
+ NULL, IGMP_MAX_RESP_MANT, "Maximum Response Time, Mantissa", HFILL }},
{ &hf_mtrace_max_hops,
{ "# hops", "igmp.mtrace.max_hops", FT_UINT8, BASE_DEC,
- NULL, 0, "Maxmimum Number of Hops to Trace", HFILL }},
+ NULL, 0, "Maximum Number of Hops to Trace", HFILL }},
{ &hf_mtrace_saddr,
{ "Source Address", "igmp.mtrace.saddr", FT_IPv4, BASE_NONE,