From 60b66b1fc27bb9695765e30f56ffd0d622ff5458 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Apr 2014 22:31:51 +0900 Subject: [PATCH] Fixed typos in comments. --- ConfigureChecks.cmake | 6 +++--- 1 file 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(