From ec962878ce0ee39fb545553955a5f7bfcd8e8224 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 15 Aug 2019 16:16:48 -0700 Subject: Fix two typos. --- toys/posix/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/xargs.c') 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 -- cgit v1.2.3