summaryrefslogtreecommitdiff
path: root/modules/pam_filter
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2019-02-13 08:26:37 +0000
committerTomáš Mráz <t8m@users.noreply.github.com>2020-01-15 18:14:44 +0100
commit7e15186e3e9720c1415ca301222e66c994fc0529 (patch)
treea0a868c4046a0bcef3b804185cd1e34602d5c02e /modules/pam_filter
parent375825bd5d88ee66375fd400c40af7844c1b0608 (diff)
Miscellaneous spelling fixes
Diffstat (limited to 'modules/pam_filter')
-rw-r--r--modules/pam_filter/pam_filter.c2
1 files changed, 1 insertions, 1 deletions
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;
}