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>2016-04-01 02:02:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-01 02:02:59 +0300
commit743739f9dc3b6bdc5c726475cebedbbd48b8649a (patch)
tree12449b834e514fb84e322934c5202a9fc3db00a2 /source/blender/blenkernel/BKE_library_query.h
parentde21f07f6c192e8076ae091e8c73587411bda4fd (diff)
Cleanup: style/spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_library_query.h')
-rw-r--r--source/blender/blenkernel/BKE_library_query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_library_query.h b/source/blender/blenkernel/BKE_library_query.h
index 86628ea8b6f..2e73be576f9 100644
--- a/source/blender/blenkernel/BKE_library_query.h
+++ b/source/blender/blenkernel/BKE_library_query.h
@@ -59,7 +59,7 @@ enum {
/**
* Call a callback for each ID link which the given ID uses.
*
- * \return a set of flags to controll further iteration (0 to keep going).
+ * \return a set of flags to control further iteration (0 to keep going).
*/
typedef int (*LibraryIDLinkCallback) (void *user_data, struct ID *id_self, struct ID **id_pointer, int cd_flag);