summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);