Spelling fixes s/avaiable/available/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:53:18 +0000 (21:53 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:26 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/util/tests/tfork.c

index 0b87f48de288b453daa840a658f9d4f0293f91ee..70ae97583fca26fd384c3e1bd46c9915bf9cfdc8 100644 (file)
@@ -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);