]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: fix 'upto' -> 'up to'
authorDiederik de Haas <didi.debian@cknow.org>
Sat, 23 Apr 2022 17:54:51 +0000 (19:54 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 4 May 2022 09:37:23 +0000 (11:37 +0200)
As reported by Debian's lintian tool.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20220423175451.27215-1-didi.debian@cknow.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index d274130537fd73425ba27fb8fe3e04b4326be609..24ae201df4be3251bef3454fd5908b47b125fd11 100644 (file)
--- a/info.c
+++ b/info.c
@@ -717,7 +717,7 @@ broken_combination:
                rule = nla_data(tb_msg[NL80211_ATTR_COALESCE_RULE]);
                pat = &rule->pat;
                printf("\t\t * Maximum %u coalesce rules supported\n"
-                      "\t\t * Each rule contains upto %u patterns of %u-%u bytes,\n"
+                      "\t\t * Each rule contains up to %u patterns of %u-%u bytes,\n"
                       "\t\t   maximum packet offset %u bytes\n"
                       "\t\t * Maximum supported coalescing delay %u msecs\n",
                        rule->max_rules, pat->max_patterns, pat->min_pattern_len,