From: Johannes Berg Date: Tue, 8 Dec 2009 16:59:07 +0000 (+0100) Subject: fix another typo X-Git-Tag: v0.9.19~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=089bb35db35cdb55fd8fc0fb4adc5426175fe6ad;p=thirdparty%2Fiw.git fix another typo --- diff --git a/util.c b/util.c index a31f895..6ba7f00 100644 --- 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"); } }