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/blenloader/intern/readfile.c | 2 +- source/blender/blenloader/intern/versioning_defaults.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 17d9a6d89f0..4955fbb8300 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -4495,7 +4495,7 @@ static void lib_link_scene(BlendLibReader *reader, Scene *sce) } } - /* rigidbody world relies on it's linked collections */ + /* rigidbody world relies on its linked collections */ if (sce->rigidbody_world) { RigidBodyWorld *rbw = sce->rigidbody_world; if (rbw->group) { diff --git a/source/blender/blenloader/intern/versioning_defaults.c b/source/blender/blenloader/intern/versioning_defaults.c index 9ae02a41759..48a24755250 100644 --- a/source/blender/blenloader/intern/versioning_defaults.c +++ b/source/blender/blenloader/intern/versioning_defaults.c @@ -615,7 +615,7 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template) * when painting we want to use full color/weight always. * * Note that sculpt is an exception, - * it's values are overwritten by #BKE_brush_sculpt_reset below. */ + * its values are overwritten by #BKE_brush_sculpt_reset below. */ brush->alpha = 1.0; /* Enable antialiasing by default */ -- cgit v1.2.3