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 <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-08-17 10:57:43 +00:00 committed by Anders Broman
parent ea4b05772d
commit 4a92cb0707
1 changed files with 1 additions and 1 deletions

View File

@ -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"},