Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-10-23 19:43:12 +0400
committerThomas Dinges <blender@dingto.org>2011-10-23 19:43:12 +0400
commitf1cea89d99f0c80bdccd2ba1359142b5ff14cdb9 (patch)
treeef4c242183d3366a10370574b54b176d5c5cb9d3 /CMakeLists.txt
parent67e744ccf0f673891dbf2f9989e56fe92104a7d7 (diff)
Typo fixes for the typo fixes. :D
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f3e18df8ec..13be77e90eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,7 +137,7 @@ mark_as_advanced(WITH_GHOST_SDL)
option(WITH_HEADLESS "Build without graphical support (renderfarm, server mode only)" OFF)
mark_as_advanced(WITH_HEADLESS)
-option(WITH_AUDASPACE "Build with blenders audio library (only disable if you know what your doing!)" ON)
+option(WITH_AUDASPACE "Build with blenders audio library (only disable if you know what you're doing!)" ON)
mark_as_advanced(WITH_AUDASPACE)