Commit 5b33677
authored
chore: fix typos (#1820)
### Description
This PR corrects several minor typos in comments and documentation
across the codebase. The changes are non-functional and purely textual
to improve clarity and maintain a clean, professional codebase.
### Details
- Corrected misspellings:
- `substract` → `subtract`
- `specifed` → `specified`
- `explicity` → `explicitly`
These fixes help enhance readability and eliminate minor distractions
during development and code reviews.
### Additional Info
No logic or functionality has been modified. All changes are restricted
to comments or non-executable doc annotations.
Signed-off-by: John Wick <johnwickjonwik@gmail.com>1 parent 2ca1eeb commit 5b33677
File tree
4 files changed
+4
-4
lines changed- integration/polkadot
- src/bin/cli
- tests
- vscode
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments