aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2022-04-15 11:53:24 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-30 21:32:32 -0500
commit3054046e18332ca1bf9b901f69b02f21bb91c098 (patch)
tree149982abcec8e93296c1930f244c44b7b2eb6cfe /test
parentf81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff)
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'test')
-rwxr-xr-xtest/units/check-is-older-than.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/check-is-older-than.sh b/test/units/check-is-older-than.sh
index 8987fcd2..3ca04675 100755
--- a/test/units/check-is-older-than.sh
+++ b/test/units/check-is-older-than.sh
@@ -12,7 +12,7 @@ TMPDIR="${BUILD_ROOT}"/tmp-"$(basename "$0")"
# Please note that we added this unit test because the function
# should really be called is_newer_than as it's what it's really testing.
-# Or more perversly, returning 0 on failure and 1 and success.
+# Or more perversely, returning 0 on failure and 1 and success.
# bool is_older_than(reference, files/dirs to check)
#