summaryrefslogtreecommitdiff
path: root/Modules/FindSDL.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/FindSDL.cmake
parentc0798b50d01aa33386bbd54ce1ed53e7090d4f85 (diff)
downloadcmake-9e41eb68ec9d60bcaf39e6442dda593d4135abd7.tar.gz
Fix wording of "the the" typos throughout text
Diffstat (limited to 'Modules/FindSDL.cmake')
-rw-r--r--Modules/FindSDL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindSDL.cmake b/Modules/FindSDL.cmake
index ec1f8819be..3905e5487c 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.
#
#