[306337a] master: rather then → rather than

Sybren A. Stüvel noreply at git.blender.org
Mon Jan 18 10:20:51 CET 2016


Commit: 306337afea846918c4e9c2dc8a9956fc7399f9c1
Author: Sybren A. Stüvel
Date:   Mon Jan 18 10:20:08 2016 +0100
Branches: master
https://developer.blender.org/rB306337afea846918c4e9c2dc8a9956fc7399f9c1

rather then → rather than

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53221bd..e0326f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,7 @@ mark_as_advanced(WITH_COMPOSITOR_WERROR)
 option(WITH_GHOST_DEBUG   "Enable debugging output for the GHOST library" OFF)
 mark_as_advanced(WITH_GHOST_DEBUG)
 
-option(WITH_GHOST_SDL    "Enable building blender against SDL for windowing rather then the native APIs" OFF)
+option(WITH_GHOST_SDL    "Enable building Blender against SDL for windowing rather than the native APIs" OFF)
 mark_as_advanced(WITH_GHOST_SDL)
 
 if(WITH_X11)




More information about the Bf-blender-cvs mailing list