From df31dee5652ad19ab6317322932f9c7bb1f0a52d Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 2 Oct 2010 11:44:05 +0200 Subject: [PATCH] Changed: #878 Fix typos in comments/code --- code/CMakeModules/FindGTK2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeModules/FindGTK2.cmake b/code/CMakeModules/FindGTK2.cmake index a1df38350..7aa65e100 100644 --- a/code/CMakeModules/FindGTK2.cmake +++ b/code/CMakeModules/FindGTK2.cmake @@ -1,7 +1,7 @@ # - Try to find GTK2 # Once done this will define # -# GTK2_FOUND - System has Boost +# GTK2_FOUND - System has GTK2 # GTK2_INCLUDE_DIRS - GTK2 include directory # GTK2_LIBRARIES - Link these to use GTK2 # GTK2_LIBRARY_DIRS - The path to where the GTK2 library files are.