Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:41:26 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:54:28 +0200
commit8571bc1dff746bd97411456cdb32e386d90d9047 (patch)
tree9e967255c5579acfecb9d618f7369f30e20c6665 /nslcd
parent890d2271c6f89049c5f74e52f35bf67fd80a5fab (diff)
Fix for common spelling mistake
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 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