1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix typos.

Karolin
This commit is contained in:
Karolin Seeger 2008-04-09 16:14:04 +02:00
parent 7d9f64fd84
commit 6cee347035
4 changed files with 4 additions and 4 deletions

View 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;

View 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 */

View 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;

View 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