diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-24 07:48:26 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2009-08-24 07:48:26 +0000 |
commit | 35acacf67790bce46cfba4be9b9ac41364237385 (patch) | |
tree | 4f9d5c8a876ba08a4a5d1ec0d4c92d4b4bf7e838 /doc/mwg/Linux-PAM_MWG.xml | |
parent | 15ea8d1c2d1f0899e3a4caa6c3482b2f01647cdf (diff) | |
download | pam-35acacf67790bce46cfba4be9b9ac41364237385.tar.gz pam-35acacf67790bce46cfba4be9b9ac41364237385.tar.bz2 pam-35acacf67790bce46cfba4be9b9ac41364237385.zip |
Relevant BUGIDs:
Purpose of commit: grammar fixes
Commit summary:
---------------
"successful" -> "successfully"; "them self" -> "themself" - the use of
"themself" as a gender-indeterminate reflexive pronoun in English is
disputed and somewhat awkward, but "them self" is 100% wrong.
Diffstat (limited to 'doc/mwg/Linux-PAM_MWG.xml')
-rw-r--r-- | doc/mwg/Linux-PAM_MWG.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mwg/Linux-PAM_MWG.xml b/doc/mwg/Linux-PAM_MWG.xml index a381dc6c..25abe6f6 100644 --- a/doc/mwg/Linux-PAM_MWG.xml +++ b/doc/mwg/Linux-PAM_MWG.xml @@ -169,7 +169,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam token of some lesser user. In other cases it may not be appropriate: when <command>joe</command> maliciously wants to reset <command>alice</command>'s password; or when anyone - other than the user them self wishes to reset their + other than the user themself wishes to reset their <emphasis>KERBEROS</emphasis> authentication token. A policy for this action should be defined by any reasonable authentication scheme, the module writer should consider |