Skip to content

Commit b8786da

Browse files
bradkingkwrobot
authored andcommitted
Merge topic 'fix-text-typos'
9e41eb6 Fix wording of "the the" typos throughout text
2 parents 5c4448b + 9e41eb6 commit b8786da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Modules/FindDevIL.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
4949

5050
find_path(IL_INCLUDE_DIR il.h
5151
PATH_SUFFIXES include IL
52-
DOC "The path the the directory that contains il.h"
52+
DOC "The path to the directory that contains il.h"
5353
)
5454

5555
#message("IL_INCLUDE_DIR is ${IL_INCLUDE_DIR}")

Modules/FindSDL.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
#
1616
#
1717
#
18-
# This module responds to the the flag:
18+
# This module responds to the flag:
1919
#
2020
# ::
2121
#
2222
# SDL_BUILDING_LIBRARY
2323
# If this is defined, then no SDL_main will be linked in because
2424
# only applications need main().
2525
# Otherwise, it is assumed you are building an application and this
26-
# module will attempt to locate and set the the proper link flags
26+
# module will attempt to locate and set the proper link flags
2727
# as part of the returned SDL_LIBRARY variable.
2828
#
2929
#

Tests/CTestTest/test.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# this is the cvs module name that should be checked out
77
set (CTEST_MODULE_NAME SmallAndFast)
88

9-
# these are the the name of the source and binary directory on disk.
9+
# these are the name of the source and binary directory on disk.
1010
# They will be appended to DASHBOARD_ROOT
1111
set (CTEST_SOURCE_NAME SmallAndFast)
1212
set (CTEST_BINARY_NAME SmallAndFastBuild)

Utilities/cmlibarchive/libarchive/archive_write_set_options.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ If the
255255
.Ar value
256256
is
257257
.Cm hd ,
258-
then the the boot image is assumed to be a bootable hard disk image.
258+
then the boot image is assumed to be a bootable hard disk image.
259259
If the
260260
.Ar value
261261
is

0 commit comments

Comments
 (0)