From 079806cc3693fd8f315577da0176d0668dc35831 Mon Sep 17 00:00:00 2001 From: Sebastien Tricaud Date: Wed, 16 Mar 2005 00:06:01 +0000 Subject: Fixed typo issue --- libpam/include/security/_pam_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3