summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-12-24 17:40:49 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-12-24 17:40:49 +0000
commit122c38d3c7ea408bbd1a40aae9ae2692db15b18d (patch)
tree8f233b204bc343e0a355d9c8ae6e67922d5df2a7
parentea74f1315ad905086071b264e5872806e73bd577 (diff)
fix typo in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1878 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/pam.c b/nslcd/pam.c
index 1750d4c..b466d32 100644
--- a/nslcd/pam.c
+++ b/nslcd/pam.c
@@ -157,7 +157,7 @@ static int check_shadow(MYLDAP_SESSION *session, const char *username,
return NSLCD_PAM_SUCCESS; /* no shadow entry found, nothing to check */
/* get today's date */
today = (long)(time(NULL) / (60 * 60 * 24));
- /* get shadown information */
+ /* get shadow information */
get_shadow_properties(entry, &lastchangedate, &mindays, &maxdays, &warndays,
&inactdays, &expiredate, &flag);
/* check account expiry date */