r19353 by craig - Fix typos in CMakeLists.txt

scribus-commit scribus-commit at lists.scribus.net
Thu Jul 17 19:17:36 UTC 2014


Author: craig
Date: Thu Jul 17 19:17:36 2014
New Revision: 19353

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19353
Log:
Fix typos in CMakeLists.txt

Modified:
    trunk/Scribus/CMakeLists.txt

Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19353&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Thu Jul 17 19:17:36 2014
@@ -107,7 +107,7 @@
 		SET(APPLE_10_6_X 1 CACHE TYPE BOOL)
 	ENDIF (_apple_ver EQUAL "10")
 	IF (_apple_ver EQUAL "9")
-		MESSAGE(STATUS "Found OSX Leoard Target: Apple, 32 bit, X86")
+		MESSAGE(STATUS "Found OSX Leopard Target: Apple, 32 bit, X86")
 		SET(APPLE_10_5_X 1 CACHE TYPE BOOL)
 	ENDIF (_apple_ver EQUAL "9")
 	UNSET(ARCH_X86)
@@ -225,7 +225,7 @@
 ENDIF (APPLEBUNDLE)
 
 
-#Setp all the directories we will use
+#Setup all the directories we will use
 #MAN
 CMAKE_POLICY(SET CMP0005 OLD)
 SET(MANDIR "share/man/")




More information about the scribus-commit mailing list