aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2014-04-29 10:55:04 +0200
committerAndreas Schneider <asn@samba.org>2014-05-05 09:58:01 +0200
commit7f4d72e11bcdfc47d4e4980349a0b0250352e6ca (patch)
tree78a4c23dc1a2c0976bd6dca7f3f9d8dd56bbda6b /cmake
parentfb8afa1fb23135a8b7635f3f04d69a6c24626319 (diff)
downloadsocket_wrapper-7f4d72e11bcdfc47d4e4980349a0b0250352e6ca.tar.gz
socket_wrapper-7f4d72e11bcdfc47d4e4980349a0b0250352e6ca.tar.xz
socket_wrapper-7f4d72e11bcdfc47d4e4980349a0b0250352e6ca.zip
Fix some typos.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10566 Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/DefineCMakeDefaults.cmake2
-rw-r--r--cmake/Modules/DefineInstallationPaths.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/DefineCMakeDefaults.cmake b/cmake/Modules/DefineCMakeDefaults.cmake
index 22eda6f..a6cd47e 100644
--- a/cmake/Modules/DefineCMakeDefaults.cmake
+++ b/cmake/Modules/DefineCMakeDefaults.cmake
@@ -6,7 +6,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Put the include dirs which are in the source or build tree
# before all other include dirs, so the headers in the sources
-# are prefered over the already installed ones
+# are preferred over the already installed ones
# since cmake 2.4.1
set(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON)
diff --git a/cmake/Modules/DefineInstallationPaths.cmake b/cmake/Modules/DefineInstallationPaths.cmake
index 88e08ca..a415f3d 100644
--- a/cmake/Modules/DefineInstallationPaths.cmake
+++ b/cmake/Modules/DefineInstallationPaths.cmake
@@ -104,6 +104,6 @@ else()
set(PLUGIN_INSTALL_DIR "plugins" CACHE PATH "-")
set(HTML_INSTALL_DIR "doc/HTML" CACHE PATH "-")
set(ICON_INSTALL_DIR "icons" CACHE PATH "-")
- set(SOUND_INSTALL_DIR "soudns" CACHE PATH "-")
+ set(SOUND_INSTALL_DIR "sounds" CACHE PATH "-")
set(LOCALE_INSTALL_DIR "lang" CACHE PATH "-")
endif ()