[Others] Fix typos in log messages and comments (#6707)

Fix spelling errors in log messages, docstrings, and comments:
- 'occured' -> 'occurred' (8 instances)
- 'Recieve'/'recieved' -> 'Receive'/'received' (7 instances)
- 'happend' -> 'happened' (3 instances)
- 'expet_servic' -> 'expert_service' (2 instances)
- 'meas' -> 'means' (1 instance)

No functional changes. Only log strings, docstrings, and comments are affected.

Co-authored-by: cloudforge1 <cloudforge1@users.noreply.github.com>
This commit is contained in:
1
2026-03-09 10:26:25 +08:00
committed by GitHub
parent 3c0ff20328
commit 3a85ecf3bc
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ class LLMEngine:
create=True,
)
# launched_expert_service_signal: Used to sense whether each expet_servic is started successfully
# launched_expert_service_signal: Used to sense whether each expert_service is started successfully
if self.cfg.parallel_config.data_parallel_size > 1 and not envs.FD_ENABLE_MULTI_API_SERVER:
launched_expert_service_signal_data = np.zeros(
shape=[self.cfg.parallel_config.data_parallel_size // self.cfg.nnode], dtype=np.int32