aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-29 15:05:43 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-29 15:44:46 +0000
commit63af953e09ccd11f2f5b4d83b10cc231f691de46 (patch)
tree91a1fcaf32971c3919b3f54d04506966735da3a8
parentdb0d002a217b1171ca85e8c17706de744ab6635d (diff)
audit(4): Fix a typo in an kernel error message
- s/Authenticateion/Authentication/ MFC after: 5 days
-rw-r--r--sys/security/audit/bsm_errno.c2
1 files changed, 1 insertions, 1 deletions
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,