diff --git a/src/Producer/Process.php b/src/Producer/Process.php index ccb5d775..848b19d2 100644 --- a/src/Producer/Process.php +++ b/src/Producer/Process.php @@ -262,7 +262,7 @@ public function produce(): array */ protected function succProduce(array $result, int $fd): void { - $msg = sprintf('Send message sucess, result: %s', json_encode($result)); + $msg = sprintf('Send message success, result: %s', json_encode($result)); $this->debug($msg); if ($this->success !== null) {