[Bf-blender-cvs] [b6ccba9241] master: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Tue Jan 24 14:56:44 CET 2017


Commit: b6ccba9241ab099e456ef3789dd28d106607ef18
Author: Sergey Sharybin
Date:   Tue Jan 24 14:56:35 2017 +0100
Branches: master
https://developer.blender.org/rBb6ccba9241ab099e456ef3789dd28d106607ef18

Fix typo in comment

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

M	source/blender/blenkernel/BKE_modifier.h

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

diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index f6c08909d2..531be9e6e3 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -273,7 +273,7 @@ typedef struct ModifierTypeInfo {
 	 *
 	 * This function is optional.
 	 */
-	/* TODO(sergey): Remove once we finalyl switched to the new depsgraph. */
+	/* TODO(sergey): Remove once we finally switched to the new depsgraph. */
 	void (*updateDepsgraph)(struct ModifierData *md,
 	                        struct Main *bmain,
 	                        struct Scene *scene,




More information about the Bf-blender-cvs mailing list