Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Apr 2026 07:11:27 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b427b661be01 - main - bsdconfig(8): Fix a typo in a source code comment
Message-ID:  <69d0b99f.24518.7abd8eb3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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()
 {


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d0b99f.24518.7abd8eb3>