diff options
author | Sebastien Tricaud <toady@gscore.org> | 2005-03-16 00:06:01 +0000 |
---|---|---|
committer | Sebastien Tricaud <toady@gscore.org> | 2005-03-16 00:06:01 +0000 |
commit | 079806cc3693fd8f315577da0176d0668dc35831 (patch) | |
tree | cf3ad2823ced96d9beb59dac7cf6f621f9fe9ade /libpam/include | |
parent | 2324e72d69927a7d2b6c8c67d641d35066484474 (diff) | |
download | pam-079806cc3693fd8f315577da0176d0668dc35831.tar.gz pam-079806cc3693fd8f315577da0176d0668dc35831.tar.bz2 pam-079806cc3693fd8f315577da0176d0668dc35831.zip |
Fixed typo issue
Diffstat (limited to 'libpam/include')
-rw-r--r-- | libpam/include/security/_pam_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/include/security/_pam_types.h b/libpam/include/security/_pam_types.h index 70f6d6ab..a48a7942 100644 --- a/libpam/include/security/_pam_types.h +++ b/libpam/include/security/_pam_types.h @@ -46,7 +46,7 @@ typedef struct pam_handle pam_handle_t; #define PAM_CRED_INSUFFICIENT 8 /* Can not access authentication data */ /* due to insufficient credentials */ #define PAM_AUTHINFO_UNAVAIL 9 /* Underlying authentication service */ - /* can not retrieve authenticaiton */ + /* can not retrieve authentication */ /* information */ #define PAM_USER_UNKNOWN 10 /* User not known to the underlying */ /* authenticaiton module */ |