diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2019-02-13 08:26:37 +0000 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2020-01-15 18:14:44 +0100 |
commit | 7e15186e3e9720c1415ca301222e66c994fc0529 (patch) | |
tree | a0a868c4046a0bcef3b804185cd1e34602d5c02e /modules/pam_namespace/pam_namespace.c | |
parent | 375825bd5d88ee66375fd400c40af7844c1b0608 (diff) | |
download | pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.gz pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.bz2 pam-7e15186e3e9720c1415ca301222e66c994fc0529.zip |
Miscellaneous spelling fixes
Diffstat (limited to 'modules/pam_namespace/pam_namespace.c')
-rw-r--r-- | modules/pam_namespace/pam_namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/pam_namespace.c b/modules/pam_namespace/pam_namespace.c index 660c7a1e..6d2a125d 100644 --- a/modules/pam_namespace/pam_namespace.c +++ b/modules/pam_namespace/pam_namespace.c @@ -2217,7 +2217,7 @@ int pam_sm_close_session(pam_handle_t *pamh, int flags UNUSED, pam_set_data(idata.pamh, NAMESPACE_PROTECT_DATA, NULL, NULL); if (idata.flags & PAMNS_DEBUG) - pam_syslog(idata.pamh, LOG_DEBUG, "close_session - sucessful"); + pam_syslog(idata.pamh, LOG_DEBUG, "close_session - successful"); return PAM_SUCCESS; } |