diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-02-23 08:31:31 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-23 08:31:34 +0000 |
| commit | ab835b37075e6478ef82f8c807a2335f5d19edaf (patch) | |
| tree | afd56b6a4e5d717cde4938d1cf685ed10a9bc1d5 | |
| parent | 9a20515bc9ce3fe6d7f09fd6bdece0dd45bdbc87 (diff) | |
debug.sh: Fix a typo
MFC after: 3 days
Reviewed by: emaste, guest-seuros, sjg, ziaee
Differential Revision: https://reviews.freebsd.org/D55416
| -rwxr-xr-x | libexec/rc/debug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh index 739c81a709f6..4284a6e3b5fb 100755 --- a/libexec/rc/debug.sh +++ b/libexec/rc/debug.sh @@ -201,7 +201,7 @@ _debugOn() { DEBUG_DO= DEBUG_SKIP=: DEBUG_X=-x - # do this firt to reduce noise + # do this first to reduce noise case ",$DEBUG_SH," in *,$1:debug_add:*) _debugAdd $1;; *,$2:debug_add:*) _debugAdd $2;; |
