aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-21 00:19:03 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-21 00:19:03 +0000
commit12aedf8725ef0fc3d830871ba533dbfffb1c4ea1 (patch)
tree83dc57e30eb921cdebcfc8f4feceb3e8a0165ed6 /epan/dissectors/packet-gsm_a_gm.c
parent55c3e46c6d290f6a435c8749d2cc2b82e83f6f7c (diff)
Adress => Address corrections (also in comments).
(see bug 5600) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35600 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index d14df010fd..9d02c77de7 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -5935,7 +5935,7 @@ proto_register_gsm_a_gm(void)
NULL, HFILL }
},
{ &hf_gsm_a_sm_ip4_address,
- { "IPv4 adress", "gsm_a.sm.ip4_address",
+ { "IPv4 address", "gsm_a.sm.ip4_address",
FT_IPv4, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
@@ -5945,12 +5945,12 @@ proto_register_gsm_a_gm(void)
NULL, HFILL }
},
{ &hf_gsm_a_sm_ip6_address,
- { "IPv6 adress", "gsm_a.sm.ip6_address",
+ { "IPv6 address", "gsm_a.sm.ip6_address",
FT_IPv6, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_gsm_a_sm_ip6_mask,
- { "IPv6 adress mask", "gsm_a.sm.ip6_mask",
+ { "IPv6 address mask", "gsm_a.sm.ip6_mask",
FT_IPv6, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},