git: 82333a559ea8 - stable/14 - bsdconfig(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Apr 2026 17:32:17 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=82333a559ea8cf793ee55c2001c6bf3f1818061d
commit 82333a559ea8cf793ee55c2001c6bf3f1818061d
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:09:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-14 17:32:10 +0000
bsdconfig(8): Fix a typo in a source code comment
- s/THis/This/
(cherry picked from commit b427b661be01e7b112531ba0b1ea27377a963bb8)
---
usr.sbin/bsdconfig/share/common.subr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/bsdconfig/share/common.subr b/usr.sbin/bsdconfig/share/common.subr
index ba4d4fce4abb..fb554b07998e 100644
--- a/usr.sbin/bsdconfig/share/common.subr
+++ b/usr.sbin/bsdconfig/share/common.subr
@@ -440,7 +440,7 @@ f_yesno()
# f_noyes $format [$arguments ...]
#
# Display a message in a dialog yes/no box using printf(1) syntax.
-# NOTE: THis is just like the f_yesno function except "No" is default.
+# NOTE: This is just like the f_yesno function except "No" is default.
#
f_noyes()
{