Sfoglia il codice sorgente

comment spell error

hk 5 anni fa
parent
commit
859d7a2f90
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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];