From 41bf2f598f70cad4e3f49160760cd845148dc60e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Jun 2025 00:10:18 +0000 Subject: [PATCH] Cleanup: spelling in comments (make check_spelling_*) --- intern/cycles/blender/addon/properties.py | 2 +- source/blender/editors/object/object_constraint.cc | 2 +- tools/utils/git_log_review_commits_advanced.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py index 25ed6db3e72..700213ce1b7 100644 --- a/intern/cycles/blender/addon/properties.py +++ b/intern/cycles/blender/addon/properties.py @@ -364,7 +364,7 @@ def update_render_engine(self, context): def update_world(self, context): - # Force a depsgraph update, because add-on properties dont. + # Force a depsgraph update, because add-on properties don't. # (at least not from the UI, see #138071) context.scene.world.update_tag() diff --git a/source/blender/editors/object/object_constraint.cc b/source/blender/editors/object/object_constraint.cc index f869f2065d9..897bf56664a 100644 --- a/source/blender/editors/object/object_constraint.cc +++ b/source/blender/editors/object/object_constraint.cc @@ -2341,7 +2341,7 @@ static wmOperatorStatus constraint_add_exec( /* get the target objects, adding them as need be */ if (get_new_constraint_target(C, type, &tar_ob, &tar_pchan, true)) { - /* Armature constraints dont have a target by default, add one. */ + /* Armature constraints don't have a target by default, add one. */ if (type == CONSTRAINT_TYPE_ARMATURE) { bArmatureConstraint *acon = static_cast(con->data); bConstraintTarget *ct = MEM_callocN("Constraint Target"); diff --git a/tools/utils/git_log_review_commits_advanced.py b/tools/utils/git_log_review_commits_advanced.py index 0e46a0a827d..c845cfe1f32 100755 --- a/tools/utils/git_log_review_commits_advanced.py +++ b/tools/utils/git_log_review_commits_advanced.py @@ -473,7 +473,7 @@ def write_release_log(path, release_log, c, cat, rstate, rstate_list): "branch), only fixes of issues which already existed in previous official releases are " "listed here. Fixes for regressions introduced since last release, or for new " "features, are '''not''' listed here.
For following RCs and final release, " - "'''all''' backported fixes are listed.}}", IGNORE_END_LINE)) + "'''all''' back-ported fixes are listed.}}", IGNORE_END_LINE)) f.write("\n".join(lines)) f.write("\n")