diff options
-rw-r--r-- | libcli/auth/ntlm_check.c | 6 | ||||
-rw-r--r-- | source4/utils/oLschema2ldif.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libcli/auth/ntlm_check.c b/libcli/auth/ntlm_check.c index dc70957f4f..7f91b52a5f 100644 --- a/libcli/auth/ntlm_check.c +++ b/libcli/auth/ntlm_check.c @@ -485,7 +485,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx, client_domain, &tmp_sess_key)) { if (nt_response->length > 24) { - /* If NTLMv2 authentication has preceeded us + /* If NTLMv2 authentication has preceded us * (even if it failed), then use the session * key from that. See the RPC-SAMLOGON * torture test */ @@ -514,7 +514,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx, upper_client_domain, &tmp_sess_key)) { if (nt_response->length > 24) { - /* If NTLMv2 authentication has preceeded us + /* If NTLMv2 authentication has preceded us * (even if it failed), then use the session * key from that. See the RPC-SAMLOGON * torture test */ @@ -542,7 +542,7 @@ NTSTATUS ntlm_password_check(TALLOC_CTX *mem_ctx, "", &tmp_sess_key)) { if (nt_response->length > 24) { - /* If NTLMv2 authentication has preceeded us + /* If NTLMv2 authentication has preceded us * (even if it failed), then use the session * key from that. See the RPC-SAMLOGON * torture test */ diff --git a/source4/utils/oLschema2ldif.c b/source4/utils/oLschema2ldif.c index 88dba01550..108c2c8ab2 100644 --- a/source4/utils/oLschema2ldif.c +++ b/source4/utils/oLschema2ldif.c @@ -563,7 +563,7 @@ static struct schema_conv process_file(FILE *in, FILE *out) break; } if (ret2 == 2) { - fprintf(stderr, "Invalid entry %s, closing braces needs to be preceeded by a space\n", entry); + fprintf(stderr, "Invalid entry %s, closing braces need to be preceded by a space\n", entry); ret.failures++; break; } |