From da69e3f6ed165ddc7feefcb6a1054e308330c7c7 Mon Sep 17 00:00:00 2001 From: jmayer Date: Thu, 5 Jan 2006 13:01:08 +0000 Subject: Bill Meier: Spelling fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16956 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-isup.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-isup.c') diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c index 858dfa43f2..d1d70a69d2 100644 --- a/epan/dissectors/packet-isup.c +++ b/epan/dissectors/packet-isup.c @@ -644,7 +644,7 @@ static const value_string isup_numbering_plan_ind_value[] = { static const value_string isup_address_presentation_restricted_ind_value[] = { { ADDRESS_PRESETATION_ALLOWED, "presentation allowed"}, { ADDRESS_PRESETATION_RESTRICTED, "presentation restricted"}, - { ADDRESS_NOT_AVAILABLE, "address not availabe (national use)"}, + { ADDRESS_NOT_AVAILABLE, "address not available (national use)"}, { 3, "spare"}, { 0, NULL}}; @@ -3793,9 +3793,9 @@ static const value_string OECD_inf_ind_vals[] = { }; static const value_string IECD_inf_ind_vals[] = { {0x00, "no information"}, - {0x01, "incomming echo control device not included and not available"}, - {0x02, "incomming echo control device included"}, - {0x03, "incomming echo control device not included but available"}, + {0x01, "incoming echo control device not included and not available"}, + {0x02, "incoming echo control device included"}, + {0x03, "incoming echo control device not included but available"}, { 0, NULL } }; @@ -3809,8 +3809,8 @@ static const value_string OECD_req_ind_vals[] = { static const value_string IECD_req_ind_vals[] = { {0x00, "no information"}, - {0x01, "incomming echo control device activation request"}, - {0x02, "incomming echo control device deactivation request"}, + {0x01, "incoming echo control device activation request"}, + {0x02, "incoming echo control device deactivation request"}, {0x03, "spare"}, { 0, NULL } }; -- cgit v1.2.3