Fix some more typos.
authorKarolin Seeger <kseeger@samba.org>
Wed, 9 Apr 2008 14:17:03 +0000 (16:17 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Apr 2008 14:17:03 +0000 (16:17 +0200)
Karolin

source/auth/auth.c
source/libads/kerberos_verify.c
source/printing/printing.c
source/utils/net_rpc.c

index 0b868b265ed7ecd00641dd7c0742f3679aff791d..5770be499b06aaa700caf232e4aa38ba3bc4ff72 100644 (file)
@@ -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;
index 0ec03ef4bf2c54a2d0ac38f895d8bbfbee0ad4b8..033bc3ac153fd951d479779b852676d42080186a 100644 (file)
@@ -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 */
index db65f455aa9e1269a57bc45451c852f7148924e5..4ff9b6b91270132aea5db7b0f7f59972bb7bec52 100644 (file)
@@ -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;
index 9944ef07013b8de896c75c055b01ae8c13748bf9..c65598fa154a2eac04a4b9c3f3b5e3688960a5d0 100644 (file)
@@ -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