Author: ivanovic
Date: Tue Mar 24 21:57:10 2009
New Revision: 34100

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

Modified:
    branches/1.6/cmake/SearchForStuff.cmake

Modified: branches/1.6/cmake/SearchForStuff.cmake
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/cmake/SearchForStuff.cmake?rev=34100&r1=34099&r2=34100&view=diff
==============================================================================
--- branches/1.6/cmake/SearchForStuff.cmake (original)
+++ branches/1.6/cmake/SearchForStuff.cmake Tue Mar 24 21:57:10 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