Date: Sat, 8 Nov 2025 20:13:08 GMT 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: afb9a1f8ceb3 - stable/15 - audit(4): Fix a typo in an kernel error message Message-ID: <202511082013.5A8KD8QK008950@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=afb9a1f8ceb364748b238fe9c243f2026a3011da commit afb9a1f8ceb364748b238fe9c243f2026a3011da Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-29 15:05:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-08 20:12:56 +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 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,help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511082013.5A8KD8QK008950>
