From dbd6bef29e6bc505d3e95a100759aca40bdfe1e5 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Thu, 29 Aug 2019 21:53:18 +0200 Subject: Spelling fixes s/avaiable/available/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- lib/util/tests/tfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util') 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); -- cgit v1.2.1