Skip to content

Commit

Permalink
Typo: s/preceeded/preceded/
Browse files Browse the repository at this point in the history
Caught by lintian, the Debian package linter :)

Change-Id: Ia7162ea8c2b1845155345526b66d71ae64f15227
Reviewed-on: https://gerrit.samba.org/216
Reviewed-by: Andrew Bartlett <[email protected]>

Autobuild-User(master): Jelmer Vernooij <[email protected]>
Autobuild-Date(master): Mon Apr 14 03:51:15 CEST 2014 on sn-devel-104
  • Loading branch information
jelmer committed Apr 14, 2014
1 parent 986e539 commit e0cddcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libcli/auth/ntlm_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion source4/utils/oLschema2ldif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e0cddcd

Please sign in to comment.