From 3a7fd309fce89213b0224b3c6807adb2d1fe7ca8 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:12:33 -0700 Subject: 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 --- source/blender/editors/armature/pose_transform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/armature/pose_transform.c') diff --git a/source/blender/editors/armature/pose_transform.c b/source/blender/editors/armature/pose_transform.c index d3f11c5a16f..7ce0a5fb694 100644 --- a/source/blender/editors/armature/pose_transform.c +++ b/source/blender/editors/armature/pose_transform.c @@ -746,7 +746,7 @@ static int pose_copy_exec(bContext *C, wmOperator *op) } /* Sets chan->flag to POSE_KEY if bone selected. */ set_pose_keys(ob); - /* Construct a local bmain and only put object and it's data into it, + /* Construct a local bmain and only put object and its data into it, * o this way we don't expand any other objects into the copy buffer * file. * @@ -767,7 +767,7 @@ static int pose_copy_exec(bContext *C, wmOperator *op) /* begin copy buffer on a temp bmain. */ BKE_copybuffer_begin(temp_bmain); /* Store the whole object to the copy buffer because pose can't be - * existing on it's own. + * existing on its own. */ BKE_copybuffer_tag_ID(&ob_copy.id); BLI_join_dirfile(str, sizeof(str), BKE_tempdir_base(), "copybuffer_pose.blend"); -- cgit v1.2.3