summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/DefineInstallationPaths.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/Modules/DefineInstallationPaths.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/Modules/DefineInstallationPaths.cmake')
-rw-r--r--cmake/Modules/DefineInstallationPaths.cmake2
1 files changed, 1 insertions, 1 deletions
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 ()