Cleanup: spelling, repeated words (make check_spelling_*)

This commit is contained in:
Campbell Barton
2025-09-26 21:59:45 +10:00
parent c5d7d58209
commit 9ebc02fc99
4 changed files with 4 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ class ZoneOperator:
"Perform operations separately for each geometry element (e.g. vertices, edges, etc.)"
),
"NodeClosureInput": (
"Wrap nodes inside a closure that can be executed at a different part of the nodetree"
"Wrap nodes inside a closure that can be executed at a different part of the node-tree"
),
}

View File

@@ -471,7 +471,7 @@ static Library *get_archive_library(Main &bmain, ID *for_id, const IDHash &for_i
BLI_assert_msg(
packed_id && packed_id->deep_hash != for_id_deep_hash,
"An already packed ID with same deep hash as the one to be packed, should have already "
"be found and used (deduplication) before reaching this codepath");
"be found and used (deduplication) before reaching this code-path");
#endif
UNUSED_VARS_NDEBUG(for_id_deep_hash);
continue;

View File

@@ -1593,7 +1593,7 @@ static blender::Vector<ExrChannel> exr_channels_in_multi_part_file(const MultiPa
const ChannelList &c = file.header(p).channels();
/* Parse colorspace. Per part colorspaces are not currently used, but
* might as well populate them them for consistency with writing. */
* might as well populate them for consistency with writing. */
const ColorSpace *colorspace = imb_exr_part_colorspace(file.header(p));
if (colorspace == nullptr) {
colorspace = global_colorspace;

View File

@@ -1187,7 +1187,7 @@ static void rna_def_pose_channel(BlenderRNA *brna)
prop,
"Use As Pivot",
"Transform the bone as if it was a child of the Custom Shape Transform bone. This can be "
"useful when combining shapekey and armature deformations.");
"useful when combining shape-key and armature deformations.");
RNA_def_property_update(prop, NC_OBJECT | ND_POSE, "rna_Pose_update");
prop = RNA_def_property(srna, "use_custom_shape_bone_size", PROP_BOOLEAN, PROP_NONE);