From 07b5679570fed2f26e4d42342f03da28d520b7f1 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 12 Nov 2025 10:59:08 -0800 Subject: [PATCH] maint: fix a typo in comments * 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 f7db9fd5b1..8db762ae0d 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.47.3