From 4a92cb070701dba9864decc1abdb886c6a4d728d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 17 Aug 2018 10:57:43 +0000 Subject: [PATCH] ieee80211: fix spelling-error-in-binary found by lintian Paramater -> Parameter Change-Id: I88c6a273c03dbde4c0b7964762aeef82f8fef2d6 Reviewed-on: https://code.wireshark.org/review/29174 Reviewed-by: Anders Broman --- epan/dissectors/packet-ieee80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c index dd7661f6db..3f549044e9 100644 --- a/epan/dissectors/packet-ieee80211.c +++ b/epan/dissectors/packet-ieee80211.c @@ -2962,7 +2962,7 @@ static const value_string s1g_action_vals[] = { {S1G_ACT_AID_SWITCH_RESPONSE, "AID Switch Response"}, {S1G_ACT_SYNC_CONTROL, "Sync Control"}, {S1G_ACT_STA_INFO_ANNOUNCE, "STA Information Announcement"}, - {S1G_ACT_EDCA_PARAM_SET, "EDCA Paramater Set"}, + {S1G_ACT_EDCA_PARAM_SET, "EDCA Parameter Set"}, {S1G_ACT_EL_OPERATION, "EL Operation"}, {S1G_ACT_TWT_SETUP, "TWT Setup"}, {S1G_ACT_TWT_TEARDOWN, "TWT Teardown"},