summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Tricaud <toady@gscore.org>2005-03-16 00:06:01 +0000
committerSebastien Tricaud <toady@gscore.org>2005-03-16 00:06:01 +0000
commit079806cc3693fd8f315577da0176d0668dc35831 (patch)
treecf3ad2823ced96d9beb59dac7cf6f621f9fe9ade
parent2324e72d69927a7d2b6c8c67d641d35066484474 (diff)
Fixed typo issue
-rw-r--r--libpam/include/security/_pam_types.h2
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 */