-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
enhancementNew feature or requestNew feature or request
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request