diff options
Diffstat (limited to 'sys/security/audit/bsm_errno.c')
| -rw-r--r-- | sys/security/audit/bsm_errno.c | 2 | 
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, | 
