summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2023-02-06 04:24:28 +0000
committerSam James <sam@gentoo.org>2023-02-06 04:32:06 +0000
commitf3c0e42c0f8e6dbdb59a4be588756566abddd7e6 (patch)
tree11d35d2c6991d55a77f0facb2e651267f1b70afb
parentMakefile: bump to 0.18 (diff)
downloadgentoo-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-xtest-functions2
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