From cd7026951b2354cb633b51cd82d6de0a0f622f00 Mon Sep 17 00:00:00 2001 From: moshekaplan Date: Tue, 5 Jan 2016 19:58:42 -0500 Subject: Fix a lot of typos and misspellings Change-Id: I8512cfa1d424f82a873a0e0e1d22c7b075fdd7f3 Reviewed-on: https://code.wireshark.org/review/13069 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-wps.c') diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c index 2d99955975..8f9451d5e9 100644 --- a/epan/dissectors/packet-wps.c +++ b/epan/dissectors/packet-wps.c @@ -1673,7 +1673,7 @@ dissect_exteap_wps(proto_tree *eap_tree, tvbuff_t *tvb, int offset, col_append_str(pinfo->cinfo, COL_INFO, ", WPS"); - /* Flag field, if msg-len flag set, add approriate field */ + /* Flag field, if msg-len flag set, add appropriate field */ flags = tvb_get_guint8(tvb,offset); pi = proto_tree_add_item(eap_tree, hf_eapwps_flags, tvb, offset, 1, ENC_BIG_ENDIAN); pt = proto_item_add_subtree(pi, ett_eap_wps_flags); -- cgit v1.2.3