From b427b661be01e7b112531ba0b1ea27377a963bb8 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Apr 2026 09:09:56 +0200 Subject: [PATCH] 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 830279168ff..f4fda1a22ac 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() {