aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
committerSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
commit6e74ad909766c7812417a09b1e691622e4dfa643 (patch)
tree83dc57e30eb921cdebcfc8f4feceb3e8a0165ed6 /epan/dissectors/packet-gre.c
parent9e1d1e0e1338397a279fc4bc01038d9864a31a2f (diff)
Adress => Address corrections (also in comments).
(see bug 5600) svn path=/trunk/; revision=35600
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r--epan/dissectors/packet-gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c
index 679c17d17f..2be2356047 100644
--- a/epan/dissectors/packet-gre.c
+++ b/epan/dissectors/packet-gre.c
@@ -580,7 +580,7 @@ proto_register_gre(void)
FT_NONE, BASE_NONE, NULL, 0x0,
"The Routing field is a list of Source Route Entries (SREs)", HFILL }},
{ &hf_gre_routing_address_family,
- { "Address Family", "gre.routing.adress_family",
+ { "Address Family", "gre.routing.address_family",
FT_UINT16, BASE_DEC, NULL, 0x0,
"The Address Family field contains a two octet value which indicates the syntax and semantics of the Routing Information field", HFILL }},
{ &hf_gre_routing_sre_offset,