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 /doc | |
parent | 375825bd5d88ee66375fd400c40af7844c1b0608 (diff) | |
download | pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.gz pam-7e15186e3e9720c1415ca301222e66c994fc0529.tar.bz2 pam-7e15186e3e9720c1415ca301222e66c994fc0529.zip |
Miscellaneous spelling fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_prompt.3.xml | 2 | ||||
-rw-r--r-- | doc/man/pam_set_item.3.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pam_prompt.3.xml b/doc/man/pam_prompt.3.xml index 8b502a9d..bf0c9bf6 100644 --- a/doc/man/pam_prompt.3.xml +++ b/doc/man/pam_prompt.3.xml @@ -75,7 +75,7 @@ <term>PAM_SUCCESS</term> <listitem> <para> - Conversation succeded, response is set. + Conversation succeeded, response is set. </para> </listitem> </varlistentry> diff --git a/doc/man/pam_set_item.3.xml b/doc/man/pam_set_item.3.xml index 7630adbd..30ab92b9 100644 --- a/doc/man/pam_set_item.3.xml +++ b/doc/man/pam_set_item.3.xml @@ -74,7 +74,7 @@ </para> <para> - Both, PAM_AUTHTOK and PAM_OLDAUTHTOK, will be reseted before + Both, PAM_AUTHTOK and PAM_OLDAUTHTOK, will be reset before returning to the application. Which means an application is not able to access the authentication tokens. </para> |