Commit: 4f9468f659fdec7524bd5b9d52da5d807eacf6cf
Author: Sergey Sharybin
Date:   Wed Feb 11 20:01:32 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB4f9468f659fdec7524bd5b9d52da5d807eacf6cf

Depsgraph: Fix typo in comment

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

M       source/blender/blenkernel/BKE_depsgraph.h

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

diff --git a/source/blender/blenkernel/BKE_depsgraph.h 
b/source/blender/blenkernel/BKE_depsgraph.h
index 2089167..f76ca50 100644
--- a/source/blender/blenkernel/BKE_depsgraph.h
+++ b/source/blender/blenkernel/BKE_depsgraph.h
@@ -57,7 +57,7 @@ struct ListBase;
  */
 typedef struct EvaluationContext {
        int mode;               /* evaluation mode */
-       float ctime;            /* evlauaiton time */
+       float ctime;            /* evaluation time */
 } EvaluationContext;
 
 typedef enum eEvaluationMode {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to