summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-07-28 14:57:37 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-07-28 14:57:37 +0000
commitc8fa7714097214ca7efd94ed69d27ffaacb59a07 (patch)
treed1bc4d5c85ae1b690c53ec90df06be61706aa35e
parent472d46d3768f73d76e181f7cc5d2a67397f46e69 (diff)
fix typo in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@336 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/attmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/attmap.h b/nslcd/attmap.h
index d2d22f7..acf8341 100644
--- a/nslcd/attmap.h
+++ b/nslcd/attmap.h
@@ -176,7 +176,7 @@ extern const char *attmap_shadow_shadowInactive;
extern const char *attmap_shadow_shadowExpire;
extern const char *attmap_shadow_shadowFlag;
-/* return a reference to the attribute mapping varoan;e forthe specified name
+/* return a reference to the attribute mapping variable for the specified name
the name is the name after the attmap_... variables above with the
underscode replaced by a dot (e.g passwd.homeDirectory) */
const char **attmap_get_var(const char *name);