The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d7922c3d2391c6db3dac77fa491d53e080162c79
commit d7922c3d2391c6db3dac77fa491d53e080162c79 Author: Kalevi Kolttonen <[email protected]> AuthorDate: 2026-02-10 23:02:49 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-03-07 07:51:15 +0000 Fix debug.sh comment typo Signed-off-by: Kalevi Kolttonen <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2012 --- libexec/rc/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh index 4284a6e3b5fb..ea46e9a99c0c 100755 --- a/libexec/rc/debug.sh +++ b/libexec/rc/debug.sh @@ -439,7 +439,7 @@ DebugShell() { return 0 } -# For backwards compatability +# For backwards compatibility Debug() { case "${DEBUG_SH:-$DEBUG}" in "") ;;
