Commit: ed2daace76c0a101ce929031cfdbb7c3269df363
Author: Mike Erwin
Date:   Mon Jan 4 01:25:52 2016 -0500
Branches: master
https://developer.blender.org/rBed2daace76c0a101ce929031cfdbb7c3269df363

minor cleanup: typos

no functional change

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

M       source/blender/blenkernel/BKE_global.h

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

diff --git a/source/blender/blenkernel/BKE_global.h 
b/source/blender/blenkernel/BKE_global.h
index 865f621..26a4059 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -127,7 +127,7 @@ enum {
        G_DEBUG_DEPSGRAPH = (1 << 8), /* depsgraph messages */
        G_DEBUG_SIMDATA =   (1 << 9), /* sim debug data display */
        G_DEBUG_GPU_MEM =   (1 << 10), /* gpu memory in status bar */
-       G_DEBUG_DEPSGRAPH_NO_THREADS = (1 << 11),  /* sinle threaded depsgraph 
*/
+       G_DEBUG_DEPSGRAPH_NO_THREADS = (1 << 11),  /* single threaded depsgraph 
*/
        G_DEBUG_GPU =        (1 << 12), /* gpu debug */
 };
 
@@ -176,7 +176,7 @@ enum {
 #define G_FILE_HISTORY           (1 << 25)
 /* BMesh option to save as older mesh format */
 #define G_FILE_MESH_COMPAT       (1 << 26)
-/* On wrote, restore paths after editing them (G_FILE_RELATIVE_REMAP) */
+/* On write, restore paths after editing them (G_FILE_RELATIVE_REMAP) */
 #define G_FILE_SAVE_COPY         (1 << 27)
 
 #define G_FILE_FLAGS_RUNTIME (G_FILE_NO_UI | G_FILE_RELATIVE_REMAP | 
G_FILE_MESH_COMPAT | G_FILE_SAVE_COPY)

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

Reply via email to