diff options
| author | Christian Clauss <cclauss@me.com> | 2025-10-14 14:45:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 14:45:40 +0200 |
| commit | 0fc05aa1c6d76a1830f2cf9227e15b168ccc1c08 (patch) | |
| tree | bc334628b5bd2a316ebca5274f2306a3c5e4bf97 /bolt/docs/CommandLineArgumentReference.md | |
| parent | b228a18e572ac7ab7a2f61b97c0a2dd3565a8201 (diff) | |
[bolt] Fix typos discovered by codespell (#124726)
https://github.com/codespell-project/codespell
```bash
codespell bolt --skip="*.yaml,Maintainers.txt" --write-changes \
--ignore-words-list=acount,alledges,ans,archtype,defin,iself,mis,mmaped,othere,outweight,vas
```
Diffstat (limited to 'bolt/docs/CommandLineArgumentReference.md')
| -rw-r--r-- | bolt/docs/CommandLineArgumentReference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/docs/CommandLineArgumentReference.md b/bolt/docs/CommandLineArgumentReference.md index 151399d69f21..43ceceee7de4 100644 --- a/bolt/docs/CommandLineArgumentReference.md +++ b/bolt/docs/CommandLineArgumentReference.md @@ -375,7 +375,7 @@ - `--use-old-text` - Re-use space in old .text if possible (relocation mode) + Reuse space in old .text if possible (relocation mode) - `-v <uint>` |
