From 2a6a2288c5fae908f431bd79332554e0a23dbeed Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 8 Feb 2008 09:28:57 +0100 Subject: Fix some typos. Karolin (This used to be commit 2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b) --- source3/lib/smbldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib/smbldap.c') 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; } -- cgit