File tree 4 files changed +5
-5
lines changed
Utilities/cmlibarchive/libarchive
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
49
49
50
50
find_path (IL_INCLUDE_DIR il.h
51
51
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"
53
53
)
54
54
55
55
#message("IL_INCLUDE_DIR is ${IL_INCLUDE_DIR}")
Original file line number Diff line number Diff line change 15
15
#
16
16
#
17
17
#
18
- # This module responds to the the flag:
18
+ # This module responds to the flag:
19
19
#
20
20
# ::
21
21
#
22
22
# SDL_BUILDING_LIBRARY
23
23
# If this is defined, then no SDL_main will be linked in because
24
24
# only applications need main().
25
25
# 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
27
27
# as part of the returned SDL_LIBRARY variable.
28
28
#
29
29
#
Original file line number Diff line number Diff line change 6
6
# this is the cvs module name that should be checked out
7
7
set (CTEST_MODULE_NAME SmallAndFast)
8
8
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.
10
10
# They will be appended to DASHBOARD_ROOT
11
11
set (CTEST_SOURCE_NAME SmallAndFast)
12
12
set (CTEST_BINARY_NAME SmallAndFastBuild)
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ If the
255
255
.Ar value
256
256
is
257
257
.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.
259
259
If the
260
260
.Ar value
261
261
is
You can’t perform that action at this time.
0 commit comments