aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKalevi Kolttonen <kalevi@kolttonen.fi>2026-02-10 23:02:49 +0000
committerWarner Losh <imp@FreeBSD.org>2026-03-07 07:51:15 +0000
commitd7922c3d2391c6db3dac77fa491d53e080162c79 (patch)
treed2497febf08e4b63d35d61a35b527400134afb9b /libexec
parent3be98a0c86f956604be58a14c6a9bfe2f25af2d8 (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/debug.sh2
1 files changed, 1 insertions, 1 deletions
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
"") ;;