Cleanup: spelling & repeated words in comments

Address warnings from check_spelling.py
This commit is contained in:
Campbell Barton
2025-03-06 10:24:54 +11:00
parent 2d705f90c2
commit b85fc32cae
12 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ class OBJECT_OT_evaluated_example(bpy.types.Operator):
# current scene and view layer.
#
# NOTE: This call ensure the dependency graph is fully evaluated. This might be expensive
# if changes were made made to the scene, but is needed to ensure no dangling or incorrect
# if changes were made to the scene, but is needed to ensure no dangling or incorrect
# pointers are exposed.
depsgraph = context.evaluated_depsgraph_get()
# Actually request evaluated object.