lean4-htt/src/Lean/Server/Completion
Jason Yuen facc356a0a
chore: fix spelling errors (#10042)
Typos were found with
```
pip install codespell --upgrade
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex '[A-Z][a-z]*'
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex "\b[a-z']*"
```
2025-08-22 07:23:12 +00:00
..
CompletionCollectors.lean feat: use name resolution for dot identifier notation (#9634) 2025-08-01 02:27:40 +00:00
CompletionInfoSelection.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
CompletionItemData.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
CompletionResolution.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
CompletionUtils.lean chore: fix spelling errors (#10042) 2025-08-22 07:23:12 +00:00
EligibleHeaderDecls.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
ImportCompletion.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
SyntheticCompletion.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00