summaryrefslogtreecommitdiff
path: root/source3
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
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')
-rw-r--r--source3/include/MacExtensions.h2
-rw-r--r--source3/lib/smbldap.c4
-rw-r--r--source3/lib/util_str.c2
-rw-r--r--source3/libsmb/libsmbclient.c2
-rw-r--r--source3/printing/printing.c2
-rw-r--r--source3/smbd/reply.c2
6 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/MacExtensions.h b/source3/include/MacExtensions.h
index 006b814037..6e911feea2 100644
--- a/source3/include/MacExtensions.h
+++ b/source3/include/MacExtensions.h
@@ -235,7 +235,7 @@ enum {
** that contains the icon data, icon size, icon type, the file type, and file creator.
**
**
-** The server returns only that the call was succesfull or not.
+** The server returns only that the call was successful or not.
*/
#define SMB_MAC_DT_ADD_ICON 0x309
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)
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c
index 2eb580a52d..e84de59637 100644
--- a/source3/libsmb/libsmbclient.c
+++ b/source3/libsmb/libsmbclient.c
@@ -6797,7 +6797,7 @@ smbc_free_context(SMBCCTX *context,
SAFE_FREE(context->netbios_name);
SAFE_FREE(context->user);
- DEBUG(3, ("Context %p succesfully freed\n", context));
+ DEBUG(3, ("Context %p successfully freed\n", context));
SAFE_FREE(context->internal);
SAFE_FREE(context);
return 0;
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 9f2c08629d..221e79b337 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -2575,7 +2575,7 @@ bool print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
fail:
- /* The print job was not succesfully started. Cleanup */
+ /* The print job was not successfully started. Cleanup */
/* Still need to add proper error return propagation! 010122:JRR */
unlink(pjob->filename);
pjob_delete(sharename, jobid);
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index baebff83de..669dad2e3a 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -2469,7 +2469,7 @@ NTSTATUS unlink_internals(connection_struct *conn, struct smb_request *req,
}
count++;
- DEBUG(3,("unlink_internals: succesful unlink [%s]\n",
+ DEBUG(3,("unlink_internals: successful unlink [%s]\n",
fname));
TALLOC_FREE(fname);