Cleanup: spelling in comments, strings (make check_spelling_*)

Also replace some triple-quoted non-doc-string strings with commented
blocks in examples.
This commit is contained in:
Campbell Barton
2025-05-06 00:18:39 +00:00
parent b47332c40d
commit fd6ac498b0
17 changed files with 44 additions and 39 deletions

View File

@@ -1974,7 +1974,7 @@ def run_edits_on_directory(
# needed for when arguments are referenced relatively
os.chdir(build_dir)
# Weak, but we probably don't want to handle extern.
# Weak, but we probably don't want to handle `./extern/`.
# this limit could be removed.
source_paths = (
os.path.join("intern", "ghost"),