aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 17:23:37 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 17:23:37 +0000
commita8f30cbca1b3c7831be55ba0f68e9207ae9704f4 (patch)
treed506f25dfc17f3054d84127c2731ad8db790ae2b /epan/dissectors/packet-mgcp.c
parent27808f5b828c45f98e7f38c522b4ace967a69a24 (diff)
Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27037
Diffstat (limited to 'epan/dissectors/packet-mgcp.c')
-rw-r--r--epan/dissectors/packet-mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mgcp.c b/epan/dissectors/packet-mgcp.c
index 3f9ae724e5..c490f08470 100644
--- a/epan/dissectors/packet-mgcp.c
+++ b/epan/dissectors/packet-mgcp.c
@@ -824,7 +824,7 @@ void proto_register_mgcp(void)
"Specific Endpoint ID", HFILL }},
{ &hf_mgcp_param_secondendpointid,
{ "SecondEndpointID (Z2)", "mgcp.param.secondendpointid", FT_STRING, BASE_DEC, NULL, 0x0,
- "Second Endpoing ID", HFILL }},
+ "Second Endpoint ID", HFILL }},
{ &hf_mgcp_param_reqinfo,
{ "RequestedInfo (F)", "mgcp.param.reqinfo", FT_STRING, BASE_DEC, NULL, 0x0,
"Requested Info", HFILL }},