Skip to content

Commit 0d7c3a6

Browse files
committed
Fix two typos
1 parent 9c724c2 commit 0d7c3a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/ConfigUserAdvancedTemplate.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
# List extra sub-dirs of 'src' with a CMakeLists.txt to build custom modules
196196
# that link against the full gmt libs. (For building codes that only need the GMT API,
197197
# see the https://github.com/GenericMappingTools/custom-supplements project).
198-
# These supplemental modules can be built into seperate libraries.
198+
# These supplemental modules can be built into separate libraries.
199199
#set (SUPPL_EXTRA_DIRS newsuppl1 newsuppl2 ...)
200200

201201
# Directory in which to install the release sources per default

cmake/modules/GmtHelperMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if(NOT DEFINED _GMT_HELPER_MACROS_CMAKE_)
9393
get_directory_property (_files DIRECTORY ${_dir} DEFINITION ${VAR_NAME})
9494
foreach (_file ${_files})
9595
if (IS_ABSOLUTE ${_file})
96-
# don't prepand name if is an absolute path
96+
# don't prepend name if is an absolute path
9797
list (APPEND ${VARIABLE} "${_file}")
9898
else (IS_ABSOLUTE ${_file})
9999
# prepend dirname

0 commit comments

Comments
 (0)