[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-28-gd416733

Karolin Seeger kseeger at samba.org
Wed Apr 9 14:17:06 GMT 2008


The branch, v3-0-test has been updated
       via  d416733b51d540034933a84dde2395d4ebac1a51 (commit)
      from  0ca3f729b6bfad30cc18333a0be3963606a8470c (commit)

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


- Log -----------------------------------------------------------------
commit d416733b51d540034933a84dde2395d4ebac1a51
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Apr 9 16:17:03 2008 +0200

    Fix some more typos.
    
    Karolin

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

Summary of changes:
 source/auth/auth.c              |    2 +-
 source/libads/kerberos_verify.c |    2 +-
 source/printing/printing.c      |    2 +-
 source/utils/net_rpc.c          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/auth.c b/source/auth/auth.c
index 0b868b2..5770be4 100644
--- a/source/auth/auth.c
+++ b/source/auth/auth.c
@@ -115,7 +115,7 @@ static const uint8 *get_ntlm_challenge(struct auth_context *auth_context)
 			DEBUG(3, ("auth_get_challenge: getting challenge from authentication method %s FAILED.\n", 
 				  auth_method->name));
 		} else {
-			DEBUG(5, ("auth_get_challenge: sucessfully got challenge from module %s\n", auth_method->name));
+			DEBUG(5, ("auth_get_challenge: successfully got challenge from module %s\n", auth_method->name));
 			auth_context->challenge = challenge;
 			challenge_set_by = auth_method->name;
 			auth_context->challenge_set_method = auth_method;
diff --git a/source/libads/kerberos_verify.c b/source/libads/kerberos_verify.c
index 0ec03ef..033bc3a 100644
--- a/source/libads/kerberos_verify.c
+++ b/source/libads/kerberos_verify.c
@@ -128,7 +128,7 @@ static BOOL ads_keytab_verify_ticket(krb5_context context,
 				/* workaround for MIT: 
 				* as krb5_ktfile_get_entry will explicitly
 				* close the krb5_keytab as soon as krb5_rd_req
-				* has sucessfully decrypted the ticket but the
+				* has successfully decrypted the ticket but the
 				* ticket is not valid yet (due to clockskew)
 				* there is no point in querying more keytab
 				* entries - Guenther */
diff --git a/source/printing/printing.c b/source/printing/printing.c
index db65f45..4ff9b6b 100644
--- a/source/printing/printing.c
+++ b/source/printing/printing.c
@@ -2525,7 +2525,7 @@ BOOL print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
 	if (ret)
 		goto fail;
 
-	/* The print job has been sucessfully handed over to the back-end */
+	/* The print job has been successfully handed over to the back-end */
 	
 	pjob->spooled = True;
 	pjob->status = LPQ_QUEUED;
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 9944ef0..c65598f 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5883,7 +5883,7 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd,
 	}
 
 #ifdef DEBUG_PASSWORD
-	DEBUG(100,("sucessfully vampired trusted domain [%s], sid: [%s], password: [%s]\n",  
+	DEBUG(100,("successfully vampired trusted domain [%s], sid: [%s], password: [%s]\n",  
 		trusted_dom_name, sid_string_static(&dom_sid), cleartextpwd));
 #endif
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list