diff options
| author | Kalevi Kolttonen <kalevi@kolttonen.fi> | 2026-02-10 23:15:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-03-07 07:51:15 +0000 |
| commit | 3be98a0c86f956604be58a14c6a9bfe2f25af2d8 (patch) | |
| tree | dcb5d0e46436fad70174946556ea9da5ca1712a7 | |
| parent | 75858ca528bfdef7101ac493baa1b43616c4153c (diff) | |
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
| -rwxr-xr-x | libexec/rc/hooks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
