aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-agentx.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:04:41 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-05-01 07:04:41 +0000
commit9c8795c961b5e041e74decdd46a6e8c24deb1e78 (patch)
treee6b56122e146e5acdcccf643e30289956a18850b /epan/dissectors/packet-agentx.c
parentc9ed61c3682da81f1fbcb5afb86991b8f8a813df (diff)
From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201. svn path=/trunk/; revision=28207
Diffstat (limited to 'epan/dissectors/packet-agentx.c')
-rw-r--r--epan/dissectors/packet-agentx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-agentx.c b/epan/dissectors/packet-agentx.c
index 079afbc5c5..6c784423c8 100644
--- a/epan/dissectors/packet-agentx.c
+++ b/epan/dissectors/packet-agentx.c
@@ -1023,11 +1023,11 @@ proto_register_agentx(void)
{ &hf_unreg_prio,
{ "Priority", "agentx.u.priority", FT_UINT8, BASE_DEC, NULL, 0x0,
- "Unegister Priority", HFILL }},
+ "Unregister Priority", HFILL }},
{ &hf_unreg_rsid,
{ "Range_subid", "agentx.u.range_subid", FT_UINT8, BASE_DEC, NULL, 0x0,
- "Unegister range_subid", HFILL }},
+ "Unregister range_subid", HFILL }},
{ &hf_unreg_ubound,
{ "Upper bound", "agentx.u.upper_bound", FT_UINT32, BASE_DEC, NULL, 0x0,