From e7a22a9e448fbbd1c244fc6ae01932670ea6750e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 9 Apr 2008 16:02:39 +0200 Subject: [PATCH] Fix typos. Karolin --- source/include/MacExtensions.h | 2 +- source/lib/smbldap.c | 4 ++-- source/lib/util_str.c | 2 +- source/libsmb/libsmbclient.c | 2 +- source/printing/printing.c | 2 +- source/smbd/reply.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/include/MacExtensions.h b/source/include/MacExtensions.h index d09370ed9f7..6caa8179b80 100644 --- a/source/include/MacExtensions.h +++ b/source/include/MacExtensions.h @@ -236,7 +236,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/source/lib/smbldap.c b/source/lib/smbldap.c index c09e0968c52..3e2fad2ee8e 100644 --- a/source/lib/smbldap.c +++ b/source/lib/smbldap.c @@ -994,7 +994,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; @@ -1062,7 +1062,7 @@ static int smbldap_open(struct smbldap_state *ldap_state) ldap_state->last_ping = time(NULL); ldap_state->pid = sys_getpid(); - DEBUG(4,("The LDAP server is succesfully connected\n")); + DEBUG(4,("The LDAP server is successfully connected\n")); return LDAP_SUCCESS; } diff --git a/source/lib/util_str.c b/source/lib/util_str.c index b734495b835..3059a1b6bdd 100644 --- a/source/lib/util_str.c +++ b/source/lib/util_str.c @@ -2142,7 +2142,7 @@ char* ipstr_list_make(char** ipstr_list, const struct ip_service* ip_list, int i * @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/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c index 1633aa469cc..a9cf023c1d3 100644 --- a/source/libsmb/libsmbclient.c +++ b/source/libsmb/libsmbclient.c @@ -6364,7 +6364,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/source/printing/printing.c b/source/printing/printing.c index 39efe19604e..db65f455aa9 100644 --- a/source/printing/printing.c +++ b/source/printing/printing.c @@ -2539,7 +2539,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/source/smbd/reply.c b/source/smbd/reply.c index b954395278e..faeb90d50bc 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -2071,7 +2071,7 @@ NTSTATUS unlink_internals(connection_struct *conn, uint32 dirtype, } if (SMB_VFS_UNLINK(conn,fname) == 0) { count++; - DEBUG(3,("unlink_internals: succesful unlink " + DEBUG(3,("unlink_internals: successful unlink " "[%s]\n",fname)); notify_fname(conn, NOTIFY_ACTION_REMOVED, FILE_NOTIFY_CHANGE_FILE_NAME, -- 2.11.4.GIT