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/posix/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/tar.c') diff --git a/toys/posix/tar.c b/toys/posix/tar.c index 1ac9400a..87e88f65 100644 --- a/toys/posix/tar.c +++ b/toys/posix/tar.c @@ -38,7 +38,7 @@ config TAR --mode MODE Adjust modes --mtime TIME Override timestamps --owner NAME Set file owner to NAME --group NAME Set file group to NAME --sparse Record sparse files - --restrict All archive contents must extract under one subdirctory + --restrict All archive contents must extract under one subdirectory --numeric-owner Save/use/display uid and gid, not user/group name --no-recursion Don't store directory contents */ -- cgit v1.2.3