From 7e15186e3e9720c1415ca301222e66c994fc0529 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 13 Feb 2019 08:26:37 +0000 Subject: Miscellaneous spelling fixes --- modules/pam_filter/pam_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_filter') diff --git a/modules/pam_filter/pam_filter.c b/modules/pam_filter/pam_filter.c index de8c35ad..b818bb8b 100644 --- a/modules/pam_filter/pam_filter.c +++ b/modules/pam_filter/pam_filter.c @@ -376,7 +376,7 @@ set_filter (pam_handle_t *pamh, int flags UNUSED, int ctrl, /* grant slave terminal */ if (grantpt (fd[0]) < 0) { - pam_syslog(pamh, LOG_ERR, "Cannot grant acccess to slave terminal"); + pam_syslog(pamh, LOG_ERR, "Cannot grant access to slave terminal"); return PAM_ABORT; } -- cgit v1.2.3