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:
authorCampbell Barton <ideasman42@gmail.com>2021-02-20 07:38:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:38:14 +0300
commit4cd808f912173b8c59c217860313e178102e893e (patch)
tree4210a0125a63430914e81c116dd0866b2d58c08f /source/blender/python
parent7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index ad185226aa5..311a7afef01 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -7668,7 +7668,7 @@ PyObject *BPY_rna_doc(void)
* This could be a static variable as we only have one `bpy.types` module,
* it just keeps the data isolated to store in the module it's self.
*
- * This data doesn't chance one initialized.
+ * This data doesn't change one initialized.
*/
struct BPy_TypesModule_State {
/** `RNA_BlenderRNA`. */