diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-28 20:41:26 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-28 20:54:28 +0200 |
commit | 8571bc1dff746bd97411456cdb32e386d90d9047 (patch) | |
tree | 9e967255c5579acfecb9d618f7369f30e20c6665 /nslcd | |
parent | 890d2271c6f89049c5f74e52f35bf67fd80a5fab (diff) |
Fix for common spelling mistake
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 757eb20..959669b 100644 --- a/nslcd/myldap.c +++ b/nslcd/myldap.c @@ -799,7 +799,7 @@ static int do_set_options(MYLDAP_SESSION *session) int rc; struct timeval tv; #ifdef LDAP_OPT_CONNECT_CB - /* make this static because OpenLDAP doesn't make it's own copy */ + /* make this static because OpenLDAP doesn't make its own copy */ static struct ldap_conncb cb; #endif /* LDAP_OPT_CONNECT_CB */ #ifdef LDAP_OPT_X_TLS |