From: Johannes Berg Date: Mon, 10 Aug 2009 13:37:20 +0000 (+0200) Subject: fix typo X-Git-Tag: v0.9.16~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=014d581a9292b35d54e76793ec216ba15c2ec69c;p=thirdparty%2Fiw.git fix typo --- diff --git a/scan.c b/scan.c index 6bafab7..1a405a3 100644 --- a/scan.c +++ b/scan.c @@ -517,7 +517,7 @@ static void print_ie(const struct ie_print *p, const uint8_t type, static const struct ie_print ieprinters[] = { [0] = { "SSID", print_ssid, 0, 32, BIT(PRINT_SCAN) | BIT(PRINT_LINK), }, [1] = { "Supported rates", print_supprates, 0, 255, BIT(PRINT_SCAN), }, - [3] = { "DS Paramater set", print_ds, 1, 1, BIT(PRINT_SCAN), }, + [3] = { "DS Parameter set", print_ds, 1, 1, BIT(PRINT_SCAN), }, [5] = PRINT_IGN, [7] = { "Country", print_country, 3, 255, BIT(PRINT_SCAN), }, [32] = { "Power constraint", print_powerconstraint, 1, 1, BIT(PRINT_SCAN), },