diff mbox series

iw: fix 'upto' -> 'up to'

Message ID 20220423175451.27215-1-didi.debian@cknow.org
State New
Headers show
Series iw: fix 'upto' -> 'up to' | expand

Commit Message

Diederik de Haas April 23, 2022, 5:54 p.m. UTC
As reported by Debian's lintian tool.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
In https://www.usingenglish.com/forum/threads/upto-or-up-to.137090/post-691624
a retired English teacher agrees: "Up to should always be two words."

 info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/info.c b/info.c
index fa79ec7..ba33073 100644
--- a/info.c
+++ b/info.c
@@ -713,7 +713,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,