Not too sure why 'codespell' didn't catch this one. Anyways, pushed since it is obvious.
Collin -- 8< -- * tests/date/reference.sh: Fix typo; s/modiication/modification. --- tests/date/reference.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/date/reference.sh b/tests/date/reference.sh index f7db9fd5b..8db762ae0 100755 --- a/tests/date/reference.sh +++ b/tests/date/reference.sh @@ -27,7 +27,7 @@ export TZ t1='2025-10-23 03:00' t2='2025-10-23 04:00' -# date(1) only considers modiication time +# date(1) only considers modification time touch -m -d "$t1" a || framework_failure_ touch -m -d "$t2" b || framework_failure_ -- 2.51.1
