From 0c7a4c74d3452eba123749366abe23900890a53b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Aug 2019 20:01:35 +1000 Subject: Cleanup: clang-format, also typo fix. --- source/blender/blenkernel/BKE_collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_collection.h') diff --git a/source/blender/blenkernel/BKE_collection.h b/source/blender/blenkernel/BKE_collection.h index 972ae5e8628..0ab101f065d 100644 --- a/source/blender/blenkernel/BKE_collection.h +++ b/source/blender/blenkernel/BKE_collection.h @@ -171,7 +171,7 @@ void BKE_main_collections_parent_relations_rebuild(struct Main *bmain); typedef void (*BKE_scene_objects_Cb)(struct Object *ob, void *data); typedef void (*BKE_scene_collections_Cb)(struct Collection *ob, void *data); -/* Iteratorion over objects in collection. */ +/* Iteration over objects in collection. */ #define FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_BEGIN(_collection, _object, _mode) \ { \ -- cgit v1.2.3