[codespell] start fixing all the typos

this is the inital patch of applying codespell to nova.
codespell is a programing focused spellchecker that
looks for common typos and corrects them.

i am breaking this into multiple commits to make it simpler
to read and will automate the execution of codespell
at the end of the series.

Change-Id: If24a6c0a890f713545faa2d44b069c352655274e
This commit is contained in:
Sean Mooney
2023-10-03 00:51:35 +01:00
parent 87d4807848
commit 7402822f0b
25 changed files with 49 additions and 36 deletions
+5
View File
@@ -101,3 +101,8 @@ follow_imports = skip
incremental = true
check_untyped_defs = true
warn_unused_ignores = true
[codespell]
skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,./doc/build*,*_static*,doc/dictionary.txt
count =
quiet-level = 4