[Others] Fix typo (#7280)

* typo

* typo

* typo

* typo
This commit is contained in:
Echo-Nie
2026-04-14 17:28:22 +08:00
committed by GitHub
parent 9d9d79c457
commit 8819a039c9
24 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -2016,7 +2016,7 @@ class EngineService:
if batch_data:
self.send_response_server.send_response(None, batch_data, worker_pid=wpid)
except Exception as e:
self.llm_logger.error(f"Unexcepted error happend: {e}, {traceback.format_exc()!s}")
self.llm_logger.error(f"Unexpected error happend: {e}, {traceback.format_exc()!s}")
def _decode_process_splitwise_requests(self):
"""