Cleanup: spelling in comments

Also include "release/" in the `check_spelling_py` target.
This commit is contained in:
Campbell Barton
2025-01-31 15:06:39 +11:00
parent 850b749a76
commit cb83a41dc4
5 changed files with 16 additions and 16 deletions

View File

@@ -502,6 +502,7 @@ check_spelling_py: .FORCE
"$(BLENDER_DIR)/tools/check_source/check_spelling.py" \
--cache-file=$(CHECK_SPELLING_CACHE) \
--match=".*\.(py)$$" \
"$(BLENDER_DIR)/release" \
"$(BLENDER_DIR)/scripts" \
"$(BLENDER_DIR)/source" \
"$(BLENDER_DIR)/tools"