Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2025 15:45:40 GMT
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: 63af953e09cc - main - audit(4): Fix a typo in an kernel error message
Message-ID:  <202510291545.59TFjep6050085@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=63af953e09ccd11f2f5b4d83b10cc231f691de46

commit 63af953e09ccd11f2f5b4d83b10cc231f691de46
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:05:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-29 15:44:46 +0000

    audit(4): Fix a typo in an kernel error message
    
    - s/Authenticateion/Authentication/
    
    MFC after:      5 days
---
 sys/security/audit/bsm_errno.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/security/audit/bsm_errno.c b/sys/security/audit/bsm_errno.c
index 6bc110cf0237..1f3b12735b84 100644
--- a/sys/security/audit/bsm_errno.c
+++ b/sys/security/audit/bsm_errno.c
@@ -514,7 +514,7 @@ static const struct bsm_errno bsm_errnos[] = {
 #else
 	ERRNO_NO_LOCAL_MAPPING,
 #endif
-	ES("Authenticateion error") },
+	ES("Authentication error") },
 	{ BSM_ERRNO_ENEEDAUTH,
 #ifdef ENEEDAUTH
 	ENEEDAUTH,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510291545.59TFjep6050085>