summaryrefslogtreecommitdiff
path: root/source3/lib
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
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')
-rw-r--r--source3/lib/smbldap.c4
-rw-r--r--source3/lib/util_str.c2
2 files changed, 3 insertions, 3 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;
}
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c
index 93ecad728d..f631dfffee 100644
--- a/source3/lib/util_str.c
+++ b/source3/lib/util_str.c
@@ -2171,7 +2171,7 @@ char *ipstr_list_make(char **ipstr_list,
* @param ipstr ip string list to be parsed
* @param ip_list pointer to array of ip addresses which is
* allocated by this function and must be freed by caller
- * @return number of succesfully parsed addresses
+ * @return number of successfully parsed addresses
**/
int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list)