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/adg | |
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/adg')
-rw-r--r-- | doc/adg/Linux-PAM_ADG.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adg/Linux-PAM_ADG.xml b/doc/adg/Linux-PAM_ADG.xml index 5f4aa0ab..a39528a9 100644 --- a/doc/adg/Linux-PAM_ADG.xml +++ b/doc/adg/Linux-PAM_ADG.xml @@ -559,7 +559,7 @@ cc -o application .... -lpam -lpam_misc him/herself in a variety of ways. Updating the user's authentication token thus corresponds to <emphasis>refreshing</emphasis> the object they use to - authenticate them self with the system. The word password is + authenticate themself with the system. The word password is avoided to keep open the possibility that the authentication involves a retinal scan or other non-textual mode of challenge/response. |