소스 검색

Merge pull request #522 from hkui/master

comment spell error
walkor 5 년 전
부모
커밋
c3ddc4b024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -1645,7 +1645,7 @@ class Worker
             \pcntl_signal_dispatch();
             // If a child has already exited.
             if ($pid > 0) {
-                // Find out witch worker process exited.
+                // Find out which worker process exited.
                 foreach (static::$_pidMap as $worker_id => $worker_pid_array) {
                     if (isset($worker_pid_array[$pid])) {
                         $worker = static::$_workers[$worker_id];