diff options
author | Elliott Hughes <enh@google.com> | 2020-03-12 18:18:06 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-03-13 00:52:32 -0500 |
commit | 0fe9185c669b95ae58cfce6373348e2d9a7e1cfa (patch) | |
tree | b941867a5c42358b263b1df8fe558b37a652628a /toys/other | |
parent | f1142e5b6d86eb918bd0176b28544e6110bc9e2f (diff) | |
download | toybox-0fe9185c669b95ae58cfce6373348e2d9a7e1cfa.tar.gz |
Fix various typos.
In case I'm not yet in the running for the most pedantic change of this
release, I think the "days of the week are written with initial capitals
in English" subset of this patch is a strong contender.
(Found via `toybox help -a | ispell -l | sort | uniq`.)
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/lspci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/lspci.c b/toys/other/lspci.c index c208484d..4c115fd2 100644 --- a/toys/other/lspci.c +++ b/toys/other/lspci.c @@ -13,7 +13,7 @@ config LSPCI -e Print all 6 digits in class -k Print kernel driver - -m Machine parseable format + -m Machine readable format config LSPCI_TEXT bool "lspci readable output" |