summaryrefslogtreecommitdiff
path: root/nslcd
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2014-06-30 15:29:06 -0700
committerArthur de Jong <arthur@arthurdejong.org>2014-07-02 23:01:14 +0200
commit82e4423d4d17d2d09f82855bbae4bee62cc9c22a (patch)
tree843ab4664b6e82de5ca9cccf2a6a11cf3896acd5 /nslcd
parent29507979da85db4628993fedfea1c7d174714461 (diff)
Minor comment spelling fix
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/myldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c
index 34d23be..cf16dd6 100644
--- a/nslcd/myldap.c
+++ b/nslcd/myldap.c
@@ -1402,7 +1402,7 @@ MYLDAP_SEARCH *myldap_search(MYLDAP_SESSION *session,
*rcp = LDAP_OPERATIONS_ERROR;
return NULL;
}
- /* regsiter search with the session so we can free it later on */
+ /* register search with the session so we can free it later on */
session->searches[i] = search;
/* do the search with retries to all configured servers */
rc = do_retry_search(search);