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-05-09 10:14:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-09 10:15:43 +0300
commit00e99959d3fd40da2ca4a10219705d2fb96efe70 (patch)
tree3e1452fa8f64a4213a4f3c12640328861a6eedfd /source/blender/editors/object/object_collection.c
parent904249b4f3e5d68f882a583707042eea1d68eb4d (diff)
Cleanup: double-spaces in comments
Diffstat (limited to 'source/blender/editors/object/object_collection.c')
-rw-r--r--source/blender/editors/object/object_collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_collection.c b/source/blender/editors/object/object_collection.c
index 7554c4efeda..b3155ab3ade 100644
--- a/source/blender/editors/object/object_collection.c
+++ b/source/blender/editors/object/object_collection.c
@@ -483,7 +483,7 @@ static int collection_link_exec(bContext *C, wmOperator *op)
/* Adding object to collection which is used as dupli-collection for self is bad idea.
*
- * It is also bad idea to add object to collection which is in collection which
+ * It is also bad idea to add object to collection which is in collection which
* contains our current object.
*/
if (BKE_collection_object_cyclic_check(bmain, ob, collection)) {