Cleanup: spelling in comments (make check_spelling_*)

This commit is contained in:
Campbell Barton
2025-03-13 13:41:17 +11:00
parent 9dbd20b369
commit 6ef7dae8ef
30 changed files with 55 additions and 52 deletions

View File

@@ -74,8 +74,8 @@ SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
# For now, ignore add-ons and internal sub-classes of `bpy.types.PropertyGroup`.
#
# Besides disabling this line, the main change will be to add a
# 'toctree' to 'write_rst_index' which contains the generated RST files.
# This 'toctree' can be generated automatically.
# `toctree` to `write_rst_index` which contains the generated RST files.
# This `toctree` can be generated automatically.
#
# See: D6261 for reference.
USE_ONLY_BUILTIN_RNA_TYPES = True