[Bf-blender-cvs] [96f894ae34f] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Tue Feb 26 12:18:44 CET 2019


Commit: 96f894ae34fc322a299435e995781334a84033d6
Author: Sergey Sharybin
Date:   Tue Feb 26 12:16:47 2019 +0100
Branches: master
https://developer.blender.org/rB96f894ae34fc322a299435e995781334a84033d6

Cleanup: Spelling in comment

===================================================================

M	source/blender/blenkernel/intern/collection.c

===================================================================

diff --git a/source/blender/blenkernel/intern/collection.c b/source/blender/blenkernel/intern/collection.c
index 2565beb907e..37ee6fbeaae 100644
--- a/source/blender/blenkernel/intern/collection.c
+++ b/source/blender/blenkernel/intern/collection.c
@@ -1118,7 +1118,7 @@ void BKE_scene_collections_iterator_end(struct BLI_Iterator *iter)
 }
 
 
-/* scene objects iteractor */
+/* scene objects iterator */
 
 typedef struct SceneObjectsIteratorData {
 	GSet *visited;



More information about the Bf-blender-cvs mailing list