`codespell` spell checking report
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 522
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 140
Description
### Is your feature request related to a problem? Please describe.
`codespell` is a Python Package https://pypi.org/project/codespell/
A popular tool to find typos https://github.com/codespell-project/codespell
So I have a quick one liner to summarize the results from `codespell`:
```
polaris$ codespell | cut -f2 -d' ' | tr A-Z a-z | sort | uniq -c | sort -nr
14 errorprone
6 manger
5 develoment
5 afterall
4 mata
4 alllocations
3 wil
3 paremeter
2 valu
2 tru
2 tha
2 runnint
2 regist
2 implemntations
2 fals
1 variabl
1 usag
1 updat
1 uniqu
1 tabl
1 supercede
1 structur
1 storag
1 standalong
1 specifi
1 specif
1 sourc
1 somewher
1 sme
1 singl
1 secur
1 rotat
1 respons
1 requir
1 remot
1 releas
1 receiv
1 provid
1 privilages
1 prerequisit
1 pleas
1 pipelin
1 packag
1 otherwis
1 nd
1 multipl
1 messag
1 manfiests
1 likewis
1 licens
1 languag
1 jkd
1 interfac
1 instal
1 insid
1 inser
1 includ
1 implementors
1 identifer
1 expet
1 execut
1 everytime
1 entiti
1 disabl
1 diretory
1 describ
1 delet
1 defin
1 databas
1 currrently
1 complet
1 bu
1 befor
1 assum
1 architectur
1 apach
1 annd
1 ane
1 agre
1 administr
1 activ
1 abov
```
### Describe the solution you'd like
_No response_
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Contributor guide
Research direction
Run the shown codespell pipeline in the Apache Polaris repository and use its output to locate the reported spelling issues. Review each occurrence in context, correct the typos where appropriate, and rerun the check to confirm the reported errors are resolved.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100