[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1995-g53b83bb

Volker Lendecke vl at samba.org
Fri Feb 8 09:02:51 GMT 2008


The branch, v3-2-test has been updated
       via  53b83bb53ff02878748fada589fd2faf3520d260 (commit)
       via  2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b (commit)
      from  0ee299f040f73fdbae4c1c89ab6de4904f1f0fac (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 53b83bb53ff02878748fada589fd2faf3520d260
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Feb 8 09:52:05 2008 +0100

    Fix typo.
    
    Karolin

commit 2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Feb 8 09:28:57 2008 +0100

    Fix some typos.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/include/MacExtensions.h |    2 +-
 source/lib/smbldap.c           |    4 ++--
 source/lib/util_str.c          |    2 +-
 source/libsmb/libsmbclient.c   |    2 +-
 source/passdb/pdb_interface.c  |    2 +-
 source/printing/printing.c     |    2 +-
 source/smbd/reply.c            |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/MacExtensions.h b/source/include/MacExtensions.h
index 006b814..6e911fe 100644
--- a/source/include/MacExtensions.h
+++ b/source/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/source/lib/smbldap.c b/source/lib/smbldap.c
index 662a5a9..65a039b 100644
--- a/source/lib/smbldap.c
+++ b/source/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/source/lib/util_str.c b/source/lib/util_str.c
index 93ecad7..f631dff 100644
--- a/source/lib/util_str.c
+++ b/source/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/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c
index 2eb580a..e84de59 100644
--- a/source/libsmb/libsmbclient.c
+++ b/source/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/source/passdb/pdb_interface.c b/source/passdb/pdb_interface.c
index 0ab45ba..fbba8bc 100644
--- a/source/passdb/pdb_interface.c
+++ b/source/passdb/pdb_interface.c
@@ -168,7 +168,7 @@ NTSTATUS make_pdb_method_name(struct pdb_methods **methods, const char *selected
 }
 
 /******************************************************************
- Return an already initialised pdn_methods structure
+ Return an already initialized pdb_methods structure
 *******************************************************************/
 
 static struct pdb_methods *pdb_get_methods_reload( bool reload ) 
diff --git a/source/printing/printing.c b/source/printing/printing.c
index 9f2c086..221e79b 100644
--- a/source/printing/printing.c
+++ b/source/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/source/smbd/reply.c b/source/smbd/reply.c
index baebff8..669dad2 100644
--- a/source/smbd/reply.c
+++ b/source/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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list