aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-04-04 07:09:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-04-04 07:11:11 +0000
commitb427b661be01e7b112531ba0b1ea27377a963bb8 (patch)
treeb8917cb392c6d0facac76f2deb5836bf60fc346f
parent3957e233dd9cf7b7599dd0a5efc59a78adfa9441 (diff)
bsdconfig(8): Fix a typo in a source code comment
- s/THis/This/ MFC after: 3 days
-rw-r--r--usr.sbin/bsdconfig/share/common.subr2
1 files changed, 1 insertions, 1 deletions
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()
{