git: b427b661be01 - main - bsdconfig(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Apr 2026 07:11:27 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=b427b661be01e7b112531ba0b1ea27377a963bb8
commit b427b661be01e7b112531ba0b1ea27377a963bb8
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:09:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-04 07:11:11 +0000
bsdconfig(8): Fix a typo in a source code comment
- s/THis/This/
MFC after: 3 days
---
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 830279168ff2..f4fda1a22ac2 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()
{