aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/xargs.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-15 16:16:48 -0700
committerRob Landley <rob@landley.net>2019-08-15 23:20:29 -0500
commitec962878ce0ee39fb545553955a5f7bfcd8e8224 (patch)
tree0333699ff36edc16cab0a0e93875d5679c5b6080 /toys/posix/xargs.c
parentdd20fcc6df0c1597236684720be6735bd1192fde (diff)
downloadtoybox-ec962878ce0ee39fb545553955a5f7bfcd8e8224.tar.gz
Fix two typos.
Diffstat (limited to 'toys/posix/xargs.c')
-rw-r--r--toys/posix/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c
index 39d78ef5..a8a7e339 100644
--- a/toys/posix/xargs.c
+++ b/toys/posix/xargs.c
@@ -30,7 +30,7 @@ config XARGS
-t Trace, print command line to stderr
config XARGS_PEDANTIC
- bool "TODO xargs pedantic posix compatability"
+ bool "TODO xargs pedantic posix compatibility"
default n
depends on XARGS
help