summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth.c2
-rw-r--r--source3/libads/kerberos_verify.c2
-rw-r--r--source3/printing/printing.c2
-rw-r--r--source3/utils/net_rpc.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 05bb6a5af0..754cb7a508 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -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;
diff --git a/source3/libads/kerberos_verify.c b/source3/libads/kerberos_verify.c
index 6b482ecd20..65c13a849f 100644
--- a/source3/libads/kerberos_verify.c
+++ b/source3/libads/kerberos_verify.c
@@ -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 */
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 4c2f7b9627..eb304e7641 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -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;
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 4b2c6ca478..5663680eb7 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -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