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 /tests | |
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 'tests')
-rw-r--r-- | tests/ECMCheckOutboundLicenseTest/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/ECMGenerateExportHeaderTest/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt b/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt index 454e7991..5a4e1bde 100644 --- a/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt +++ b/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt @@ -15,7 +15,7 @@ FILES ${CMAKE_CURRENT_SOURCE_DIR}/testdata/LGPL-2.1-or-later.cpp ) -# check test case generation wihout TEST_NAME statement +# check test case generation without TEST_NAME statement ecm_check_outbound_license( LICENSES LGPL-2.1-only FILES diff --git a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt index 45ad611e..c9635e34 100644 --- a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt +++ b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt @@ -83,7 +83,7 @@ list(LENGTH library_versions library_versions_count) math(EXPR _last_index ${library_versions_count}-1) # test generating the library with different EXCLUDE_DEPRECATED_BEFORE_AND_AT values -# als install the generated libraries together incl. exported cmake targets, for use in tests below +# also install the generated libraries together incl. exported cmake targets, for use in tests below # TODO: wariant with DEPRECATED_BASE_VERSION foreach(_group_arg "" "WITH_GROUP") foreach(_index RANGE ${_last_index}) |