From 189c972ed5086f5964c80aef91c258954a7519e9 Mon Sep 17 00:00:00 2001 From: Luke Kuzmish <42181698+cosmastech@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:32:44 -0500 Subject: [PATCH] typo --- src/StreamSelectLoop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StreamSelectLoop.php b/src/StreamSelectLoop.php index 41dd2cb3..5d308610 100644 --- a/src/StreamSelectLoop.php +++ b/src/StreamSelectLoop.php @@ -234,7 +234,7 @@ private function waitForStreamActivity($timeout) } if (false === $available) { // if a system call has been interrupted, - // we cannot rely on it's outcome + // we cannot rely on its outcome return; }