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:
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;