summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:19:08 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:26 +0200
commit2bde81db39181ae190141ec26abdca29f4863fc6 (patch)
treed58b645ab7c0de0dcec6df3f5222e74fb2573e6b /source4
parent3a7b12950ffa066d942a50142bb2cd69da28ecf6 (diff)
downloadsamba-2bde81db39181ae190141ec26abdca29f4863fc6.tar.gz
Fix spelling s/doens't/doesn't/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt2
-rw-r--r--source4/auth/kerberos/kerberos-porting-to-mit-notes.txt2
-rw-r--r--source4/torture/basic/delaywrite.c2
3 files changed, 3 insertions, 3 deletions
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;
}