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 | |
parent | 375825bd5d88ee66375fd400c40af7844c1b0608 (diff) | |
download | pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.gz pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.bz2 pam-7e15186e3e9720c1415ca301222e66c994fc0529.zip |
Miscellaneous spelling fixes
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_cracklib/pam_cracklib.8.xml | 2 | ||||
-rw-r--r-- | modules/pam_env/pam_env.8.xml | 2 | ||||
-rw-r--r-- | modules/pam_exec/pam_exec.8.xml | 2 | ||||
-rw-r--r-- | modules/pam_filter/pam_filter.c | 2 | ||||
-rw-r--r-- | modules/pam_namespace/pam_namespace.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/pam_cracklib/pam_cracklib.8.xml b/modules/pam_cracklib/pam_cracklib.8.xml index 50027add..75e44e2d 100644 --- a/modules/pam_cracklib/pam_cracklib.8.xml +++ b/modules/pam_cracklib/pam_cracklib.8.xml @@ -402,7 +402,7 @@ </term> <listitem> <para> - Check whether the words from the GECOS field (usualy full name + Check whether the words from the GECOS field (usually full name of the user) longer than 3 characters in straight or reversed form are contained in the new password. If any such word is found the new password is rejected. diff --git a/modules/pam_env/pam_env.8.xml b/modules/pam_env/pam_env.8.xml index d6e20a2e..105f923f 100644 --- a/modules/pam_env/pam_env.8.xml +++ b/modules/pam_env/pam_env.8.xml @@ -62,7 +62,7 @@ Second a file (<filename>/etc/environment</filename> by default) with simple <emphasis>KEY=VAL</emphasis> pairs on separate lines will be read. With the <emphasis>envfile</emphasis> option an alternate file can be specified. - And with the <emphasis>readenv</emphasis> option this can be completly disabled. + And with the <emphasis>readenv</emphasis> option this can be completely disabled. </para> <para> Third it will read a user configuration file diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml index d1b00a21..edc3c41e 100644 --- a/modules/pam_exec/pam_exec.8.xml +++ b/modules/pam_exec/pam_exec.8.xml @@ -75,7 +75,7 @@ <para> Commands called by pam_exec need to be aware of that the user - can have controll over the environment. + can have control over the environment. </para> </refsect1> 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; } 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; } |