From 8ac2f4f798012203d770049eb4a4374a3c5390ed Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Jul 2021 22:35:29 +0200 Subject: Fix typos found by codespell GIT_SILENT --- tests/ECMCheckOutboundLicenseTest/CMakeLists.txt | 2 +- tests/ECMGenerateExportHeaderTest/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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}) -- cgit v1.2.1