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>2020-01-25 12:09:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-25 12:15:38 +0300
commitcb83cf1b71664c569f72168b759a30152a60607c (patch)
tree18013c314d5d7d483f8b51aae1a0e1c1b78895d2 /source/blender/makesrna/intern/rna_object.c
parentcdebc8a9f60141bed38a89017167f0e41738ef13 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesrna/intern/rna_object.c')
-rw-r--r--source/blender/makesrna/intern/rna_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 182e80900bd..04d56921ca6 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -1574,9 +1574,9 @@ bool rna_Object_modifiers_override_apply(Main *bmain,
ModifierData *mod_dst = ED_object_modifier_add(
NULL, bmain, NULL, ob_dst, mod_src->name, mod_src->type);
- /* XXX Current handling of 'copy' from particlesystem modifier is *very* bad (it keeps same psys
+ /* XXX Current handling of 'copy' from particle-system modifier is *very* bad (it keeps same psys
* pointer as source, then calling code copies psys of object separately and do some magic
- * remapping of pointers...), unfortunately several pieces of code in Obejct editing area rely on
+ * remapping of pointers...), unfortunately several pieces of code in Object editing area rely on
* this behavior. So for now, hacking around it to get it doing what we want it to do, as getting
* a proper behavior would be everything but trivial, and this whole particle thingy is
* end-of-life. */