Cleanup: spelling in comments

This commit is contained in:
2022-05-05 10:55:51 +10:00
parent d0c2fd0570
commit e33c15951b
11 changed files with 22 additions and 20 deletions

View File

@@ -2068,7 +2068,7 @@ static void direct_link_id_embedded_id(BlendDataReader *reader,
static int direct_link_id_restore_recalc_exceptions(const ID *id_current)
{
/* Exception for armature objects, where the pose has direct points to the
* armature databolock. */
* armature data-block. */
if (GS(id_current->name) == ID_OB && ((Object *)id_current)->pose) {
return ID_RECALC_GEOMETRY;
}