Commit 395632c
authored
Fix typos in code comments (#63612)
Tiny typo fixes in code comments across a few files:
- `usefull` -> `useful` in
[vsphere/cluster_operator_client.py](python/ray/autoscaler/_private/vsphere/cluster_operator_client.py)
- `propogate` -> `propagate` in
[test_client.py](python/ray/tests/test_client.py),
[logsclient.py](python/ray/util/client/logsclient.py),
[server.py](python/ray/util/client/server/server.py)
- `persistance` -> `persistence` in
[test_metrics_logger.py](rllib/utils/metrics/tests/test_metrics_logger.py)
- `happend` -> `happened` in
[test_actor_manager.py](rllib/utils/tests/test_actor_manager.py)
Comments only, no behavior change.
Signed-off-by: whoami <arseniy.kdev@gmail.com>1 parent 0c5715f commit 395632c
6 files changed
Lines changed: 6 additions & 6 deletions
File tree
- python/ray
- autoscaler/_private/vsphere
- tests
- util/client
- server
- rllib/utils
- metrics/tests
- tests
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments