summaryrefslogtreecommitdiff
path: root/Modules/FindDevIL.cmake
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2014-01-02 21:52:18 +0400
committerBrad King <brad.king@kitware.com>2014-01-03 11:35:32 -0500
commit9e41eb68ec9d60bcaf39e6442dda593d4135abd7 (patch)
treec2193fc8effd29e9c29ff060c9271c4405bcdd3c /Modules/FindDevIL.cmake
parentc0798b50d01aa33386bbd54ce1ed53e7090d4f85 (diff)
downloadcmake-9e41eb68ec9d60bcaf39e6442dda593d4135abd7.tar.gz
Fix wording of "the the" typos throughout text
Diffstat (limited to 'Modules/FindDevIL.cmake')
-rw-r--r--Modules/FindDevIL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindDevIL.cmake b/Modules/FindDevIL.cmake
index 22a82b5d4f..865d061c51 100644
--- a/Modules/FindDevIL.cmake
+++ b/Modules/FindDevIL.cmake
@@ -49,7 +49,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
find_path(IL_INCLUDE_DIR il.h
PATH_SUFFIXES include IL
- DOC "The path the the directory that contains il.h"
+ DOC "The path to the directory that contains il.h"
)
#message("IL_INCLUDE_DIR is ${IL_INCLUDE_DIR}")