diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
commit | 8ac2f4f798012203d770049eb4a4374a3c5390ed (patch) | |
tree | 6d4c118216a6a655c75cd7350c06fb52263747dd /modules | |
parent | 2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff) | |
download | extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMConfiguredInstall.cmake | 2 | ||||
-rw-r--r-- | modules/ECMFindModuleHelpers.cmake | 2 | ||||
-rw-r--r-- | modules/ECMGenerateExportHeader.cmake | 4 | ||||
-rw-r--r-- | modules/ECMQchDoxygen.config.in | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/modules/ECMConfiguredInstall.cmake b/modules/ECMConfiguredInstall.cmake index e3e77312..9a6f5ce6 100644 --- a/modules/ECMConfiguredInstall.cmake +++ b/modules/ECMConfiguredInstall.cmake @@ -8,7 +8,7 @@ ECMConfiguredInstall Takes a list of files, runs configure_file on each and installs the resultant configured files in the given location. -Any suffix of ".in" in the passed file names wil be stripped from the file name at the installed location. +Any suffix of ".in" in the passed file names will be stripped from the file name at the installed location. :: diff --git a/modules/ECMFindModuleHelpers.cmake b/modules/ECMFindModuleHelpers.cmake index aec2abb4..ce873b4b 100644 --- a/modules/ECMFindModuleHelpers.cmake +++ b/modules/ECMFindModuleHelpers.cmake @@ -72,7 +72,7 @@ for each component. If SKIP_DEPENDENCY_HANDLING is not set, the INTERFACE_LINK_LIBRARIES property of the imported target for <component> will be set to contain the imported targets for the components listed in <name>_<component>_component_deps. -<component>_FOUND will also be set to false if any of the compoments in +<component>_FOUND will also be set to false if any of the components in <name>_<component>_component_deps are not found. This requires the components in <name>_<component>_component_deps to be listed before <component> in the COMPONENTS argument. diff --git a/modules/ECMGenerateExportHeader.cmake b/modules/ECMGenerateExportHeader.cmake index 7b05e6fc..e8e1fb16 100644 --- a/modules/ECMGenerateExportHeader.cmake +++ b/modules/ECMGenerateExportHeader.cmake @@ -534,7 +534,7 @@ function(ecm_generate_export_header target) endif() set_property(TARGET ${target} APPEND PROPERTY AUTOGEN_TARGET_DEPENDS "${ARGS_EXPORT_FILE_NAME}") - # build with all the API not excluded, ensure all deprecated API is visible in the build itselt + # build with all the API not excluded, ensure all deprecated API is visible in the build itself _ecm_geh_generate_hex_number(_hexnumber ${ARGS_EXCLUDE_DEPRECATED_BEFORE_AND_AT}) set(_disabling_visibility_definition "${_macro_base_name}_DISABLE_DEPRECATED_BEFORE_AND_AT=${_hexnumber}") target_compile_definitions(${target} PRIVATE "${_disabling_visibility_definition}") @@ -763,7 +763,7 @@ function(ecm_generate_export_header target) if (ARGS_STATIC_DEFINE) set(_static_define_args STATIC_DEFINE "${ARGS_STATIC_DEFINE}") endif() - # for older cmake verions we have to manually append our generated content + # for older cmake versions we have to manually append our generated content # for newer we use CUSTOM_CONTENT_FROM_VARIABLE set(_custom_content_args) set(_custom_content_args CUSTOM_CONTENT_FROM_VARIABLE _output) diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in index f336d9f6..917964ae 100644 --- a/modules/ECMQchDoxygen.config.in +++ b/modules/ECMQchDoxygen.config.in @@ -26,7 +26,7 @@ FULL_PATH_NAMES = NO STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO -# Do not require explicity @brief command for brief description +# Do not require explicitly @brief command for brief description JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES |