]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix another typo
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 8 Dec 2009 16:59:07 +0000 (17:59 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 8 Dec 2009 16:59:07 +0000 (17:59 +0100)
util.c

diff --git a/util.c b/util.c
index a31f895249de25b380121c9e94460bd93b69a030..6ba7f004d2afb9cc3f48f4141853e1375533c367 100644 (file)
--- a/util.c
+++ b/util.c
@@ -468,6 +468,6 @@ void print_ht_mcs(const __u8 *mcs)
        } else {
                printf("\t\tHT RX MCS rate indexes supported:");
                print_mcs_index(mcs);
-               printf("\t\tHT TX MCS rates indexes are undefined\n");
+               printf("\t\tHT TX MCS rate indexes are undefined\n");
        }
 }