Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2026 07:51:22 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Kalevi Kolttonen <kalevi@kolttonen.fi>
Subject:   git: 3be98a0c86f9 - main - Fix hooks.sh comment typo
Message-ID:  <69abd8fa.24004.62776a27@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3be98a0c86f956604be58a14c6a9bfe2f25af2d8

commit 3be98a0c86f956604be58a14c6a9bfe2f25af2d8
Author:     Kalevi Kolttonen <kalevi@kolttonen.fi>
AuthorDate: 2026-02-10 23:15:51 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-03-07 07:51:15 +0000

    Fix hooks.sh comment typo
    
    Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/2013
---
 libexec/rc/hooks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/hooks.sh b/libexec/rc/hooks.sh
index af4aff3d6bc5..0c577d831101 100755
--- a/libexec/rc/hooks.sh
+++ b/libexec/rc/hooks.sh
@@ -71,7 +71,7 @@ if local_works > /dev/null 2>&1; then
 else
     _local=:
 fi
-# for backwards compatability
+# for backwards compatibility
 local=$_local
 
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69abd8fa.24004.62776a27>