From: Collin Funk Date: Wed, 12 Nov 2025 18:59:08 +0000 (-0800) Subject: maint: fix a typo in comments X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07b5679570fed2f26e4d42342f03da28d520b7f1;p=thirdparty%2Fcoreutils.git maint: fix a typo in comments * tests/date/reference.sh: Fix typo; s/modiication/modification. --- 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_