Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2020-10-19 18:12:33 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-10-19 18:12:33 +0300
commit3a7fd309fce89213b0224b3c6807adb2d1fe7ca8 (patch)
tree20e6064201939368650509d758c7187df74416a6 /source/blender/editors/armature/armature_add.c
parentd2bf71b412233160a52775f29799a2c1331c92f4 (diff)
Spelling: It's Versus Its
Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/editors/armature/armature_add.c')
-rw-r--r--source/blender/editors/armature/armature_add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/armature/armature_add.c b/source/blender/editors/armature/armature_add.c
index 4d31a5e786b..fde062b8454 100644
--- a/source/blender/editors/armature/armature_add.c
+++ b/source/blender/editors/armature/armature_add.c
@@ -386,7 +386,7 @@ static void updateDuplicateSubtarget(EditBone *dup_bone,
Object *ob,
bool lookup_mirror_subtarget)
{
- /* If an edit bone has been duplicated, lets update it's constraints if the
+ /* If an edit bone has been duplicated, lets update its constraints if the
* subtarget they point to has also been duplicated.
*/
EditBone *oldtarget, *newtarget;
@@ -812,7 +812,7 @@ static void updateDuplicateTransformConstraintSettings(Object *ob,
static void updateDuplicateConstraintSettings(EditBone *dup_bone, EditBone *orig_bone, Object *ob)
{
- /* If an edit bone has been duplicated, lets update it's constraints if the
+ /* If an edit bone has been duplicated, lets update its constraints if the
* subtarget they point to has also been duplicated.
*/
bPoseChannel *pchan;