]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix typo
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 10 Aug 2009 13:37:20 +0000 (15:37 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 10 Aug 2009 13:37:20 +0000 (15:37 +0200)
scan.c

diff --git a/scan.c b/scan.c
index 6bafab72d3265e3d4421f3c6355c685e8f3531f1..1a405a3c98604fd6b17e65320d560ff7902e0a42 100644 (file)
--- 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), },