From 227cc3df197f5a939d6e130cdaa1189b25495907 Mon Sep 17 00:00:00 2001 From: Jin Peng <554085731@qq.com> Date: Fri, 4 Mar 2022 11:28:53 +0800 Subject: [PATCH] Update Process.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 单词拼写错误 --- src/Producer/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {