summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-03-24 00:41:33 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-03-24 22:42:14 +0100
commitb0785de49a67f2ce08d4b1074bf19c10e447c7ec (patch)
tree96aa00e8155f02536c29149111620f1f6b8480c7
parent402d3f30e1ecac4f2b5c5988b6da6587e2377817 (diff)
spelling fixes
-rw-r--r--nslcd/cfg.h2
-rw-r--r--nslcd/myldap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index b2a93dc..5acb1d0 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -118,7 +118,7 @@ struct ldap_config {
int pagesize; /* set to a greater than 0 to enable handling of paged results with the specified size */
SET *nss_initgroups_ignoreusers; /* the users for which no initgroups() searches should be done */
- uid_t nss_min_uid; /* minimum uid for users retreived from LDAP */
+ uid_t nss_min_uid; /* minimum uid for users retrieved from LDAP */
regex_t validnames; /* the regular expression to determine valid names */
char *validnames_str; /* string version of validnames regexp */
int ignorecase; /* whether or not case should be ignored in lookups */
diff --git a/nslcd/myldap.c b/nslcd/myldap.c
index e188fb0..243ec9e 100644
--- a/nslcd/myldap.c
+++ b/nslcd/myldap.c
@@ -1576,7 +1576,7 @@ MYLDAP_ENTRY *myldap_get_entry(MYLDAP_SEARCH *search, int *rcp)
/* Get the DN from the entry. This function only returns NULL (and sets
errno) if an incorrect entry is passed. If the DN value cannot be
- retreived "unknown" is returned instead. */
+ retrieved "unknown" is returned instead. */
const char *myldap_get_dn(MYLDAP_ENTRY *entry)
{
int rc;