The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=63af953e09ccd11f2f5b4d83b10cc231f691de46
commit 63af953e09ccd11f2f5b4d83b10cc231f691de46 Author: Gordon Bergling <[email protected]> AuthorDate: 2025-10-29 15:05:43 +0000 Commit: Gordon Bergling <[email protected]> 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,
