git: afb9a1f8ceb3 - stable/15 - audit(4): Fix a typo in an kernel error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Nov 2025 20:13:08 UTC
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,