summaryrefslogtreecommitdiff
path: root/lib/tevent/testsuite.c
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2018-11-28 11:10:17 +1300
committerDouglas Bagnall <dbagnall@samba.org>2018-11-30 03:35:13 +0100
commit28aeb86a9fbc102007e3152bc6c574232204803a (patch)
tree7ca94e7f74c1bd0c5d25b31f9f26d14b7ba65ed1 /lib/tevent/testsuite.c
parent669249ae93bd492559b25539830773af3fa5cca7 (diff)
downloadsamba-28aeb86a9fbc102007e3152bc6c574232204803a.tar.gz
Fix spelling mistakes
Signed-off-by: Olly Betts <olly@survex.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/tevent/testsuite.c')
-rw-r--r--lib/tevent/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/testsuite.c b/lib/tevent/testsuite.c
index b0f58efd093..62a8da3c1a1 100644
--- a/lib/tevent/testsuite.c
+++ b/lib/tevent/testsuite.c
@@ -1719,7 +1719,7 @@ static bool test_multi_tevent_threaded_2(struct torture_context *test,
/*
* tevent_re_initialise used to have a bug where it did not
* re-initialise the thread support after taking it
- * down. Excercise that code path.
+ * down. Exercise that code path.
*/
ret = tevent_re_initialise(ev);
torture_assert(test, ret == 0, "tevent_re_initialise failed");