From 1b4f96516cf19c7ccad5589b5f17592481bedadc Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 2 Jan 2015 15:28:20 +0100 Subject: Some typos fixed. Change-Id: I65df0c40d771c4854b73fd5c35d1af600f15f324 Reviewed-on: https://code.wireshark.org/review/6445 Reviewed-by: Pascal Quantin --- epan/dissectors/packet-a21.c | 10 +++++----- epan/dissectors/packet-btsdp.c | 2 +- epan/dissectors/packet-ncp2222.inc | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-a21.c b/epan/dissectors/packet-a21.c index 65d60a6bb5..f47364b786 100644 --- a/epan/dissectors/packet-a21.c +++ b/epan/dissectors/packet-a21.c @@ -94,7 +94,7 @@ static int hf_a21_mscid_market_id = -1; static int hf_a21_mscid_switch_number = -1; static int hf_a21_event = -1; static int hf_a21_additional_event_info = -1; -static int hf_a21_allowed_foward_link_message = -1; +static int hf_a21_allowed_forward_link_message = -1; static gint ett_a21 = -1; @@ -479,7 +479,7 @@ dissect_a21_event(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto offset++; if (length>1) { if (event_id == 7) { - proto_tree_add_item(tree, hf_a21_allowed_foward_link_message, tvb, offset, 2, ENC_BIG_ENDIAN); + proto_tree_add_item(tree, hf_a21_allowed_forward_link_message, tvb, offset, 2, ENC_BIG_ENDIAN); /*offset += 2;*/ } else { @@ -558,7 +558,7 @@ dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, p ie_tree = proto_tree_add_subtree_format(tree, tvb, offset, 1 + length_len + length, ett_a21_ie, &ti, "%s : ", val_to_str_const(ie_type, a21_element_type_vals, "Unknown")); - /* Octet 1-element identifie*/ + /* Octet 1-element identifier */ proto_tree_add_item(ie_tree, hf_a21_element_identifier, tvb, offset, 1, ENC_BIG_ENDIAN); offset++; proto_tree_add_item(ie_tree, hf_a21_gcsna_pdu_length, tvb, offset, length_len, ENC_BIG_ENDIAN); @@ -799,8 +799,8 @@ void proto_register_a21(void) FT_UINT16, BASE_DEC, VALS(a21_additional_event_info_vals), 0x0, NULL, HFILL } }, - { &hf_a21_allowed_foward_link_message, - {"Allowed Forward Link Messages", "a21.allowed_foward_link_message", + { &hf_a21_allowed_forward_link_message, + {"Allowed Forward Link Messages", "a21.allowed_forward_link_message", FT_UINT16, BASE_DEC, VALS(a21_additional_event_info_vals), 0x0, NULL, HFILL } }, diff --git a/epan/dissectors/packet-btsdp.c b/epan/dissectors/packet-btsdp.c index 7158e88002..5f85b2c871 100644 --- a/epan/dissectors/packet-btsdp.c +++ b/epan/dissectors/packet-btsdp.c @@ -5123,7 +5123,7 @@ proto_register_btsdp(void) NULL, HFILL } }, { &hf_hcrp_device_location, - { "Sevice Location", "btsdp.hcrp.device_location", + { "Service Location", "btsdp.hcrp.device_location", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL } }, diff --git a/epan/dissectors/packet-ncp2222.inc b/epan/dissectors/packet-ncp2222.inc index 9c2fbc2eb2..9ff102d081 100644 --- a/epan/dissectors/packet-ncp2222.inc +++ b/epan/dissectors/packet-ncp2222.inc @@ -1157,7 +1157,7 @@ static const value_string nds_reply_errors[] = { { 0xffffff0c, "(-244) No Object Delete Rights" }, { 0xffffff0b, "(-245) No Object Create Rights" }, { 0xffffff0a, "(-246) No Property Delete Rights" }, - { 0xffffff09, "(-247) No Property Create Rigths" }, + { 0xffffff09, "(-247) No Property Create Rights" }, { 0xffffff08, "(-248) No Property Write Rights" }, { 0xffffff07, "(-249) No Propery Read Rights" }, { 0xffffff06, "(-250) Temp Remap" }, -- cgit v1.2.3