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/python/intern/bpy_rna.c | 2 +- source/blender/python/intern/bpy_rna_types_capi.c | 2 +- source/blender/python/intern/bpy_rna_ui.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c index 8ad7d84ca2d..bee4fef9d17 100644 --- a/source/blender/python/intern/bpy_rna.c +++ b/source/blender/python/intern/bpy_rna.c @@ -8136,7 +8136,7 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, * 'FUNC_USE_SELF_TYPE' for many functions. */ const bool is_staticmethod = (flag & FUNC_NO_SELF) && !(flag & FUNC_USE_SELF_TYPE); - /* Store original so we can decrement it's reference before returning. */ + /* Store original so we can decrement its reference before returning. */ PyObject *item_orig = item; if (is_staticmethod) { diff --git a/source/blender/python/intern/bpy_rna_types_capi.c b/source/blender/python/intern/bpy_rna_types_capi.c index 30623724593..042f7b6fd67 100644 --- a/source/blender/python/intern/bpy_rna_types_capi.c +++ b/source/blender/python/intern/bpy_rna_types_capi.c @@ -87,7 +87,7 @@ static struct PyMethodDef pyrna_uilayout_methods[] = { /* -------------------------------------------------------------------- */ /** \name Window Manager Clipboard Property * - * Avoid using the RNA API because this value may change between checking it's length + * Avoid using the RNA API because this value may change between checking its length * and creating the buffer, causing writes past the allocated length. * \{ */ diff --git a/source/blender/python/intern/bpy_rna_ui.c b/source/blender/python/intern/bpy_rna_ui.c index 27e4cb069ce..ec92eadfd72 100644 --- a/source/blender/python/intern/bpy_rna_ui.c +++ b/source/blender/python/intern/bpy_rna_ui.c @@ -17,7 +17,7 @@ /** \file * \ingroup pythonintern * - * This adds helpers to #uiLayout which can't be added easily to RNA it's self. + * This adds helpers to #uiLayout which can't be added easily to RNA itself. */ #include -- cgit v1.2.3