]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix typos.
authorKarolin Seeger <kseeger@samba.org>
Wed, 9 Apr 2008 14:14:04 +0000 (16:14 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Apr 2008 14:14:04 +0000 (16:14 +0200)
Karolin

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

index 05bb6a5af0c1650a4257bd3404495b9a573a8261..754cb7a508073308fe67b92d57275ead5fafca5b 100644 (file)
@@ -114,7 +114,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 6b482ecd20bd23d17597ca010ca94c20f1c9e2c5..65c13a849fab882f60233bd24eae35a90e44d5c4 100644 (file)
@@ -127,7 +127,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 sucsessfully decrypted the ticket but the
                                * ticket is not valid yet (due to clockskew)
                                * there is no point in querying more keytab
                                * entries - Guenther */
index 4c2f7b9627d833f8feea7716de296d9a0e333622..eb304e76411679fbc72afc58a5200ae2c9459dd1 100644 (file)
@@ -2561,7 +2561,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 4b2c6ca478c255f04efb08f14015a0dd77e28d6d..5663680eb7827b3b15bc610bff0a43c9aef06481 100644 (file)
@@ -6164,7 +6164,7 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd,
        }
 
 #ifdef DEBUG_PASSWORD
-       DEBUG(100,("sucessfully vampired trusted domain [%s], sid: [%s], "
+       DEBUG(100,("successfully vampired trusted domain [%s], sid: [%s], "
                   "password: [%s]\n", trusted_dom_name,
                   sid_string_dbg(&dom_sid), cleartextpwd));
 #endif