summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-29 22:31:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-29 22:31:51 +0900
commit60b66b1fc27bb9695765e30f56ffd0d622ff5458 (patch)
tree09e7fa38141065d723b4b9928e48266a01d9a2af
parent710fc43897e238108833df8c616c76239c6185b4 (diff)
downloadtdebase-60b66b1fc27bb9695765e30f56ffd0d622ff5458.tar.gz
tdebase-60b66b1fc27bb9695765e30f56ffd0d622ff5458.zip
Fixed typos in comments.
-rw-r--r--ConfigureChecks.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 96c7feac6..6e35ca7db 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -211,9 +211,9 @@ if( WITH_XSCREENSAVER )
tde_message_fatal( "xscreensaver is requested, but was not found on your system" )
endif( )
- # We don't really need the xscreensaver package for build, we only must know
- # there xscreensaver stores its executables. So leave user the posibility
- # to define XSCREENSAVER_DIR to so let the user.
+ # We don't really need the xscreensaver package for building, we only need to know
+ # where xscreensaver stores its executables. So give the user the possibility
+ # to define XSCREENSAVER_DIR and speficy the location manually.
include( FindXscreensaver.cmake ) # not really good practise
if( NOT XSCREENSAVER_DIR )
tde_message_fatal(