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/makesrna/intern/rna_boid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_boid.c') diff --git a/source/blender/makesrna/intern/rna_boid.c b/source/blender/makesrna/intern/rna_boid.c index 8a28a03cc71..33d69f6f912 100644 --- a/source/blender/makesrna/intern/rna_boid.c +++ b/source/blender/makesrna/intern/rna_boid.c @@ -84,7 +84,7 @@ const EnumPropertyItem rna_enum_boidrule_type_items[] = { "HIDE", 0, "Hide", - "Find a deflector move to it's other side from closest enemy"}, + "Find a deflector move to its other side from closest enemy"}, {eBoidRuleType_FollowPath, "FOLLOW_PATH", 0, @@ -94,7 +94,7 @@ const EnumPropertyItem rna_enum_boidrule_type_items[] = { "FOLLOW_WALL", 0, "Follow Wall", - "Move next to a deflector object's in direction of it's tangent"}, + "Move next to a deflector object's in direction of its tangent"}, #endif {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3