summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:53:18 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:26 +0000
commitdbd6bef29e6bc505d3e95a100759aca40bdfe1e5 (patch)
tree4e6075410854e27d8f268d78569fef9109c5dbae /lib/util
parentde813400f3c01e21ad5266dcff905b6c4f020b76 (diff)
downloadsamba-dbd6bef29e6bc505d3e95a100759aca40bdfe1e5.tar.gz
Spelling fixes s/avaiable/available/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/tests/tfork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c
index 0b87f48de28..70ae97583fc 100644
--- a/lib/util/tests/tfork.c
+++ b/lib/util/tests/tfork.c
@@ -743,7 +743,7 @@ static bool test_tfork_status_handle(struct torture_context *tctx)
status = tfork_status(&t2, false);
ok = status == -1;
torture_assert_goto(tctx, ok, ok, done,
- "tfork status avaiable for non terminated "
+ "tfork status available for non terminated "
"process 2\n");
/* Is the event fd open? */
fd = dup(ev2_fd);