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>2018-12-19 02:16:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-19 02:18:15 +0300
commit5c3953010dca1f9e05ef4b654d957c5f15e91722 (patch)
tree917dc9c720076055bf43af5d544a59e4e6a11254 /source/blender/editors/object
parentfd235e52a2a1728916df38965a42a60652f2462a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_add.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index a05f40765fa..1bba15c93c1 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -1668,9 +1668,9 @@ static int convert_exec(bContext *C, wmOperator *op)
Base *base = link->ptr.data;
ob = base->object;
- /* The way object type conversion works currently (enforcing conversion of *all* objetcs using converted
- * obdata, even some un-selected/hidden/inother scene ones, sounds totally bad to me.
- * However, changing this is more design than bugfix, not to mention convoluted code below,
+ /* The way object type conversion works currently (enforcing conversion of *all* objects using converted
+ * object-data, even some un-selected/hidden/another scene ones, sounds totally bad to me.
+ * However, changing this is more design than bug-fix, not to mention convoluted code below,
* so that will be for later.
* But at the very least, do not do that with linked IDs! */
if ((ID_IS_LINKED(ob) || (ob->data && ID_IS_LINKED(ob->data))) && !keep_original) {