Improve: fix typos (#3801)

Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
Wang Ran (汪然)
2025-02-25 08:51:23 +08:00
committed by GitHub
parent d7934cde45
commit 60b771c815
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ class Engine:
kwargs["log_level"] = "error"
server_args = ServerArgs(**kwargs)
# Shutdown the subprocesses automatically when the program exists
# Shutdown the subprocesses automatically when the program exits
atexit.register(self.shutdown)
# Launch subprocesses