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/lsb | |
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/lsb')
-rw-r--r-- | toys/lsb/mount.c | 2 | ||||
-rw-r--r-- | toys/lsb/su.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toys/lsb/mount.c b/toys/lsb/mount.c index 6b1dfa46..8ff084cf 100644 --- a/toys/lsb/mount.c +++ b/toys/lsb/mount.c @@ -38,7 +38,7 @@ config MOUNT #config SMBMOUNT # bool "smbmount" -# deault n +# default n # helo # usage: smbmount SHARE DIR # diff --git a/toys/lsb/su.c b/toys/lsb/su.c index 3d6fd570..8083630f 100644 --- a/toys/lsb/su.c +++ b/toys/lsb/su.c @@ -20,7 +20,7 @@ config SU With one argument, switch to USER and run user's shell from /etc/passwd. With no arguments, USER is root. If COMMAND line provided after USER, - exec() it as new USER (bypasing shell). If -u or -g specified, first + exec() it as new USER (bypassing shell). If -u or -g specified, first argument (if any) isn't USER (it's COMMAND). first argument is USER name to switch to (which must exist). |