From: Mathieu Parent Date: Thu, 29 Aug 2019 19:53:18 +0000 (+0200) Subject: Spelling fixes s/avaiable/available/ X-Git-Tag: tevent-0.10.1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd6bef29e6bc505d3e95a100759aca40bdfe1e5;p=thirdparty%2Fsamba.git Spelling fixes s/avaiable/available/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- 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);