diff options
author | 2023-02-06 04:24:28 +0000 | |
---|---|---|
committer | 2023-02-06 04:32:06 +0000 | |
commit | f3c0e42c0f8e6dbdb59a4be588756566abddd7e6 (patch) | |
tree | 11d35d2c6991d55a77f0facb2e651267f1b70afb | |
parent | Makefile: bump to 0.18 (diff) | |
download | gentoo-functions-0.18.tar.gz gentoo-functions-0.18.tar.bz2 gentoo-functions-0.18.zip |
test-functions: Fix a comment typo0.18
Signed-off-by: Kerin Millar <kfm@plushkava.net>
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-functions b/test-functions index 291d468..699cc23 100755 --- a/test-functions +++ b/test-functions @@ -22,7 +22,7 @@ dir=$(mktemp -d) \ || bailout "Couldn't create or change to the temp dir" # The mtimes need to be explicitly assigned. Empirical evidence has shown -# theat executing mkdir(1) sequentially, with a single operand each time, +# that executing mkdir(1) sequentially, with a single operand each time, # does not guarantee the order of the resulting mtimes. As such, the # implementation of touch(1) from coreutils is required. export TZ=UTC |