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-01-17 05:40:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-17 05:45:32 +0300
commit63c848da26c29549ca9067641c07aa5d821d42aa (patch)
treed354302b0b921411bf6830e068118dd0f5bc79a2 /source/blender/blenkernel/intern/library_query.c
parente10a6f987bf2d541eda89842bc47c3eb3a745631 (diff)
Cleanup: spelling
Also use doxy formatting for warning/note.
Diffstat (limited to 'source/blender/blenkernel/intern/library_query.c')
-rw-r--r--source/blender/blenkernel/intern/library_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/library_query.c b/source/blender/blenkernel/intern/library_query.c
index 293b2408cc6..f5e17c07f54 100644
--- a/source/blender/blenkernel/intern/library_query.c
+++ b/source/blender/blenkernel/intern/library_query.c
@@ -224,7 +224,7 @@ void BKE_library_foreach_ID_link(ID *id, LibraryIDLinkCallback callback, void *u
CALLBACK_INVOKE(scene->set, IDWALK_NOP);
CALLBACK_INVOKE(scene->clip, IDWALK_NOP);
CALLBACK_INVOKE(scene->nodetree, IDWALK_NOP);
- /* DO NOT handle scene->basact here, it’s doubling with the loop over whole scene->base later,
+ /* DO NOT handle scene->basact here, it's doubling with the loop over whole scene->base later,
* since basact is just a pointer to one of those items. */
CALLBACK_INVOKE(scene->obedit, IDWALK_NOP);