programming-resources icon indicating copy to clipboard operation
programming-resources copied to clipboard

Typos discovered by codespell

Open cclauss opened this issue 4 years ago • 0 comments

$ codespell --ignore-words-list="hist,ines,iterm,ned” # Discovered in #1

./production.md:26: proccessing ==> processing
./production.md:30: suprises ==> surprises
./production.md:40: retrive ==> retrieve
./production.md:43: partitoning ==> partitioning
./web-dev.md:14: Browers ==> Browsers
./README.md:126: newyorker ==> New Yorker
./data-science/data-engineering.md:72: arry ==> array, carry
./data-science/data-engineering.md:122: isnt ==> isn't
./languages/cpp.md:9: compatability ==> compatibility
./python/intro.md:107: dissapears ==> disappears
./python/pandas.md:43: indicies ==> indices
./bash-and-unix/intro.md:306: infomation ==> information
./bash-and-unix/advanced.md:42: Infomation ==> Information
./fundamentals/tools.md:171: defualt ==> default
./fundamentals/computers.md:286: infomation ==> information
./fundamentals/computers.md:377: complier ==> compiler
./fundamentals/programming.md:8: readibility ==> readability
./fundamentals/programming.md:310: cant ==> can't
./fundamentals/programming.md:1021: compatability ==> compatibility
./fundamentals/programming.md:1134: unsuprising ==> unsurprising
./fundamentals/programming.md:1255: mulitple ==> multiple
./fundamentals/todo.md:28: compliers ==> compilers

cclauss avatar Jun 22 '21 20:06 cclauss