From c59b11f7c11c679502273a077ec051989c0760dd Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 18 Feb 2025 14:52:25 +0100 Subject: [PATCH] - --- acceptance/daemon/child-detaches/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/daemon/child-detaches/script b/acceptance/daemon/child-detaches/script index e5aecac55..32534c6f5 100644 --- a/acceptance/daemon/child-detaches/script +++ b/acceptance/daemon/child-detaches/script @@ -13,7 +13,7 @@ rm ./child.pid # 1. The parent process does not wait for the child process to end. # 2. The child process correctly receives input from the parent process. # -# Property (1) is validated because the child process waits for it's parent process +# Property (1) is validated because the child process waits for its parent process # to end before it writes to stdout. # # Property (2) is directly validated by the output of the child process.