Cleanup: Fix spelling mistakes in recent spelling fix commit
0ba83fde1f
This commit is contained in:
@@ -250,7 +250,7 @@ void GHOST_ImeWin32::GetCaret(HIMC imm_context, LPARAM lparam, ImeComposition *c
|
||||
{
|
||||
/**
|
||||
* This operation is optional and language-dependent because the caret
|
||||
* style is depended on the language, e.g.:
|
||||
* style is dependent on the language, e.g.:
|
||||
* * Korean IMEs: the caret is a blinking block,
|
||||
* (It contains only one hangul character);
|
||||
* * Chinese IMEs: the caret is a blinking line,
|
||||
|
||||
@@ -724,7 +724,7 @@ int ANIM_armature_bonecoll_get_index_by_name(bArmature *armature, const char *na
|
||||
return -1;
|
||||
}
|
||||
|
||||
/** Clear #BONE_COLLECTION_ANCESTORS_VISIBLE on all decedents of this bone collection. */
|
||||
/** Clear #BONE_COLLECTION_ANCESTORS_VISIBLE on all descendants of this bone collection. */
|
||||
static void ancestors_visible_descendants_clear(bArmature *armature, BoneCollection *parent_bcoll)
|
||||
{
|
||||
for (BoneCollection *bcoll : armature->collection_children(parent_bcoll)) {
|
||||
@@ -733,7 +733,7 @@ static void ancestors_visible_descendants_clear(bArmature *armature, BoneCollect
|
||||
}
|
||||
}
|
||||
|
||||
/** Set or clear #BONE_COLLECTION_ANCESTORS_VISIBLE on all decedents of this bone collection. */
|
||||
/** Set or clear #BONE_COLLECTION_ANCESTORS_VISIBLE on all descendants of this bone collection. */
|
||||
static void ancestors_visible_descendants_update(bArmature *armature, BoneCollection *parent_bcoll)
|
||||
{
|
||||
if (!parent_bcoll->is_visible_effectively()) {
|
||||
@@ -752,7 +752,7 @@ static void ancestors_visible_descendants_update(bArmature *armature, BoneCollec
|
||||
}
|
||||
}
|
||||
|
||||
/** Set/clear BONE_COLLECTION_ANCESTORS_VISIBLE on this bone collection and all its decedents. */
|
||||
/** Set/clear BONE_COLLECTION_ANCESTORS_VISIBLE on this bone collection and all its descendants. */
|
||||
static void ancestors_visible_update(bArmature *armature,
|
||||
const BoneCollection *parent_bcoll,
|
||||
BoneCollection *bcoll)
|
||||
|
||||
@@ -124,7 +124,7 @@ class SocketValueVariant {
|
||||
/**
|
||||
* Convert the stored value into a single value. For simple value access, this is not necessary,
|
||||
* because #get` does the conversion implicitly. However, it is necessary if one wants to use
|
||||
* #get_single_ptr. Context-depended fields or grids will just result in a fallback value.
|
||||
* #get_single_ptr. Context-dependent fields or grids will just result in a fallback value.
|
||||
*
|
||||
* The caller has to make sure that the stored value is a single value, field or grid.
|
||||
*/
|
||||
|
||||
@@ -546,7 +546,7 @@ static Mesh *modify_mesh(ModifierData *md, const ModifierEvalContext *ctx, Mesh
|
||||
BKE_mesh_wrapper_ensure_mdata(mesh_operand_ob);
|
||||
/* when one of objects is empty (has got no faces) we could speed up
|
||||
* calculation a bit returning one of objects' derived meshes (or empty one)
|
||||
* Returning mesh is depended on modifiers operation (sergey) */
|
||||
* Returning mesh is dependent on modifiers operation (sergey) */
|
||||
result = get_quick_mesh(object, mesh, operand_ob, mesh_operand_ob, bmd->operation);
|
||||
|
||||
if (result == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user