diff options
author | dd <dd@FreeBSD.org> | 2001-11-24 23:41:32 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-11-24 23:41:32 +0000 |
commit | 5dd8a717015f9ceefd53f2e125bf9bde0e869608 (patch) | |
tree | e0d28a3c5c7b640a8973e5b1a3f3a29c765766cf /lib | |
parent | b5c5d0915cee17eae08eb953a623056923e81aa4 (diff) | |
download | FreeBSD-src-5dd8a717015f9ceefd53f2e125bf9bde0e869608.zip FreeBSD-src-5dd8a717015f9ceefd53f2e125bf9bde0e869608.tar.gz |
Spelling police: sucessful -> successful.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpam/modules/pam_krb5/pam_krb5.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_krb5/pam_krb5.8 b/lib/libpam/modules/pam_krb5/pam_krb5.8 index c2d9d40..3e0db91 100644 --- a/lib/libpam/modules/pam_krb5/pam_krb5.8 +++ b/lib/libpam/modules/pam_krb5/pam_krb5.8 @@ -34,7 +34,7 @@ and to set user specific credentials converts the supplied username into a Kerberos principal, by appending the default local realm name. It also supports usernames with explicit realm names. -If a realm name is supplied, then upon a sucessful return, it +If a realm name is supplied, then upon a successful return, it changes the username by mapping the principal name into a local username (calling .Fn krb5_aname_to_localname ) . |