diff options
author | Brad King <brad.king@kitware.com> | 2014-01-06 15:36:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-06 15:36:03 (GMT) |
commit | b8786da79fd7e445eab7d01033c72201eea575b0 (patch) | |
tree | 85c18173952ab66fa6e489e0941432804b296d8a /Modules | |
parent | 5c4448bd9a3dd4992144cabbc1bcd1b121621e43 (diff) | |
parent | 9e41eb68ec9d60bcaf39e6442dda593d4135abd7 (diff) | |
download | CMake-b8786da79fd7e445eab7d01033c72201eea575b0.zip CMake-b8786da79fd7e445eab7d01033c72201eea575b0.tar.gz CMake-b8786da79fd7e445eab7d01033c72201eea575b0.tar.bz2 |
Merge topic 'fix-text-typos'
9e41eb6 Fix wording of "the the" typos throughout text
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindDevIL.cmake | 2 | ||||
-rw-r--r-- | Modules/FindSDL.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindDevIL.cmake b/Modules/FindDevIL.cmake index 22a82b5..865d061 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}") diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake index ec1f881..3905e54 100644 --- a/Modules/FindSDL.cmake +++ b/Modules/FindSDL.cmake @@ -15,7 +15,7 @@ # # # -# This module responds to the the flag: +# This module responds to the flag: # # :: # @@ -23,7 +23,7 @@ # If this is defined, then no SDL_main will be linked in because # only applications need main(). # Otherwise, it is assumed you are building an application and this -# module will attempt to locate and set the the proper link flags +# module will attempt to locate and set the proper link flags # as part of the returned SDL_LIBRARY variable. # # |