Author: ivanovic
Date: Tue Mar 24 21:57:20 2009
New Revision: 34101

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34101&view=rev
Log:
typo fixes, thanks stikonas

Modified:
    trunk/cmake/SearchForStuff.cmake

Modified: trunk/cmake/SearchForStuff.cmake
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/cmake/SearchForStuff.cmake?rev=34101&r1=34100&r2=34101&view=diff
==============================================================================
--- trunk/cmake/SearchForStuff.cmake (original)
+++ trunk/cmake/SearchForStuff.cmake Tue Mar 24 21:57:20 2009
@@ -1,9 +1,9 @@
-#check for some playtform specific things and export defines accordingly...
+#check for some platform specific things and export defines accordingly...
 #done basically the same was as AC_CHECK_HEADERS and AC_CHECK_FUNCS in 
configure.ac
 #the file is basically built upon the info available at
 #http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks
-INCLUDE(CheckIncludeFiles) 
-INCLUDE(CheckFunctionExists) 
+INCLUDE(CheckIncludeFiles)
+INCLUDE(CheckFunctionExists)
 INCLUDE(CheckLibraryExists)
 
 #the two includes below seem to not be required, those headers are checked for


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to