aboutsummaryrefslogtreecommitdiff
path: root/test/units/check-is-older-than.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/check-is-older-than.sh')
-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)
#