From 3054046e18332ca1bf9b901f69b02f21bb91c098 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 Apr 2022 11:53:24 -0400 Subject: multiple spelling and typo fixes This fixes #516. --- test/units/check-is-older-than.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/units') 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) # -- cgit v1.2.3