git: ab835b37075e - main - debug.sh: Fix a typo

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Mon, 23 Feb 2026 08:32:54 UTC
The branch main has been updated by ziaee:

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

commit ab835b37075e6478ef82f8c807a2335f5d19edaf
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-02-23 08:31:31 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-23 08:31:34 +0000

    debug.sh: Fix a typo
    
    MFC after:              3 days
    Reviewed by:            emaste, guest-seuros, sjg, ziaee
    Differential Revision:  https://reviews.freebsd.org/D55416
---
 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 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;;