summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-08 09:28:57 +0100
committerVolker Lendecke <vl@samba.org>2008-02-08 10:05:32 +0100
commit2a6a2288c5fae908f431bd79332554e0a23dbeed (patch)
treef2e1f6d33ea77f4480ba5edac14e0ed5f68eb418 /source3/lib/smbldap.c
parented43977f08491515a325e613c8e765c2abe69352 (diff)
downloadsamba-2a6a2288c5fae908f431bd79332554e0a23dbeed.tar.gz
samba-2a6a2288c5fae908f431bd79332554e0a23dbeed.tar.bz2
samba-2a6a2288c5fae908f431bd79332554e0a23dbeed.zip
Fix some typos.
Karolin (This used to be commit 2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b)
Diffstat (limited to 'source3/lib/smbldap.c')
-rw-r--r--source3/lib/smbldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 662a5a948a..65a039b119 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -980,7 +980,7 @@ static int smbldap_connect_system(struct smbldap_state *ldap_state, LDAP * ldap_
ldap_state->paged_results = True;
}
- DEBUG(3, ("ldap_connect_system: succesful connection to the LDAP server\n"));
+ DEBUG(3, ("ldap_connect_system: successful connection to the LDAP server\n"));
DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n",
ldap_state->paged_results ? "does" : "does not"));
return rc;
@@ -1063,7 +1063,7 @@ static int smbldap_open(struct smbldap_state *ldap_state)
"smbldap_idle_fn", smbldap_idle_fn, ldap_state);
}
- DEBUG(4,("The LDAP server is succesfully connected\n"));
+ DEBUG(4,("The LDAP server is successfully connected\n"));
return LDAP_SUCCESS;
}