diff --git a/Pool/Worker.php b/Pool/Worker.php index 2eb4126..4d34a0d 100644 --- a/Pool/Worker.php +++ b/Pool/Worker.php @@ -7,7 +7,7 @@ class Worker public function __construct() { - // let say that constuctor does really expensive work... + // let's say that constuctor does really expensive work... // for example creates "thread" }