Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2025 11:17:43 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1a1eae617d3f - stable/14 - audit(4): Fix a typo in an kernel error message
Message-ID:  <691da757.b271.449a9eec@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=1a1eae617d3f3bf9e2bb48519d9f5abe204ba727

commit 1a1eae617d3f3bf9e2bb48519d9f5abe204ba727
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:05:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 11:17:32 +0000

    audit(4): Fix a typo in an kernel error message
    
    - s/Authenticateion/Authentication/
    
    (cherry picked from commit 63af953e09ccd11f2f5b4d83b10cc231f691de46)
---
 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 a26e3f174ce5..4016dbc157b1 100644
--- a/sys/security/audit/bsm_errno.c
+++ b/sys/security/audit/bsm_errno.c
@@ -515,7 +515,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,


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691da757.b271.449a9eec>