File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments