diff options
Diffstat (limited to 'nslcd')
| -rw-r--r-- | nslcd/myldap.c | 2 |
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); |
