From 82e4423d4d17d2d09f82855bbae4bee62cc9c22a Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 30 Jun 2014 15:29:06 -0700 Subject: Minor comment spelling fix --- nslcd/myldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3