From 0fe9185c669b95ae58cfce6373348e2d9a7e1cfa Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 12 Mar 2020 18:18:06 -0700 Subject: 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`.) --- toys/other/lspci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') 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" -- cgit v1.2.3