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/makesrna/intern/rna_boid.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/makesrna/intern/rna_boid.c')
-rw-r--r--source/blender/makesrna/intern/rna_boid.c4
1 files changed, 2 insertions, 2 deletions
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},
};