[Bf-blender-cvs] [f7371dc] master: Code cleanup: Spelling

Sergey Sharybin noreply at git.blender.org
Sat Nov 15 22:12:00 CET 2014


Commit: f7371dca823a21bdf0fe13c939ebd9245e18d1d6
Author: Sergey Sharybin
Date:   Sun Nov 16 02:11:41 2014 +0500
Branches: master
https://developer.blender.org/rBf7371dca823a21bdf0fe13c939ebd9245e18d1d6

Code cleanup: Spelling

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3465788..0363b24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -344,7 +344,7 @@ set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 sm_50 CACHE STRING "CUDA a
 mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
 unset(PLATFORM_DEFAULT)
 option(WITH_CYCLES_LOGGING	"Build cycles with logging support" OFF)
-option(WITH_CYCLES_DEBUG	"Build cycles with with extra debug capabilties" OFF)
+option(WITH_CYCLES_DEBUG	"Build cycles with extra debug capabilities" OFF)
 mark_as_advanced(WITH_CYCLES_LOGGING)
 mark_as_advanced(WITH_CYCLES_DEBUG)




More information about the Bf-blender-cvs mailing list