From: Mathieu Parent Date: Fri, 4 May 2018 20:19:08 +0000 (+0200) Subject: Fix spelling s/doens't/doesn't/ X-Git-Tag: ldb-1.4.0~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bde81db39181ae190141ec26abdca29f4863fc6;p=thirdparty%2Fsamba.git Fix spelling s/doens't/doesn't/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt index 1981328bcf6..69541290ef7 100644 --- a/source4/auth/kerberos/kerberos-notes.txt +++ b/source4/auth/kerberos/kerberos-notes.txt @@ -460,7 +460,7 @@ in libkrb5 would be difficult, but valuable. In the short-term, we deal with blocking by taking over the network send() and recv() functions, therefore making them 'semi-async'. This -doens't apply to DNS yet.These thread-safety context-variables will +doesn't apply to DNS yet.These thread-safety context-variables will probably present porting problems, during the MIT port. This will probably be most of the work in the port to MIT. diff --git a/source4/auth/kerberos/kerberos-porting-to-mit-notes.txt b/source4/auth/kerberos/kerberos-porting-to-mit-notes.txt index 329558e9f7a..9b478bbd1c1 100644 --- a/source4/auth/kerberos/kerberos-porting-to-mit-notes.txt +++ b/source4/auth/kerberos/kerberos-porting-to-mit-notes.txt @@ -383,7 +383,7 @@ when using Kerberos and GSSAPI libraries in libkrb5 would be difficult, but valuable. * In the short-term, we deal with blocking by taking over the network send() and recv() functions, therefore making them 'semi-async'. This - doens't apply to DNS yet.These thread-safety context-variables will + doesn't apply to DNS yet.These thread-safety context-variables will probably present porting problems, during the MIT port. This will probably be most of the work in the port to MIT. This may require more thorough thread-safe-ing work on the MIT libraries. diff --git a/source4/torture/basic/delaywrite.c b/source4/torture/basic/delaywrite.c index 160674f19a1..34787168872 100644 --- a/source4/torture/basic/delaywrite.c +++ b/source4/torture/basic/delaywrite.c @@ -2924,7 +2924,7 @@ static bool test_delayed_write_update7(struct torture_context *tctx, struct smbc if (finfo2.basic_info.out.write_time != finfo3.basic_info.out.write_time) { torture_result(tctx, TORTURE_FAIL, - "qpathinfo time doens't match fileinfo time"); + "qpathinfo time doesn't match fileinfo time"); ret = false; }