Commit b63fe15
docs: fix typos in code comments and messages (#4724)
## Summary
Fixed several typos in code comments and error messages:
- `verl/models/transformers/qwen3_vl.py`: seperate → separate
- `recipe/fully_async_policy/checkpoint_engine.py`: paramter → parameter
- `recipe/collabllm/collabllm_interation.py`: invaild → invalid
- `recipe/vla/envs/isaac_env/isaac_env.py`: Recieved → Received
## Test Plan
- [x] No functional changes, only typo fixes in comments and log
messages
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: yurekami <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>1 parent f53e2e5 commit b63fe15
File tree
4 files changed
+4
-4
lines changed- recipe
- collabllm
- fully_async_policy
- vla/envs/isaac_env
- verl/models/transformers
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments