From 9f441190a36a4579581c37c6ebcb36171fd9a7fd Mon Sep 17 00:00:00 2001 From: John Hayes Date: Thu, 5 Dec 2019 10:37:15 +0100 Subject: EBN extra-cmake-modules comments spelling cleanup Summary: Correct spelling in extra-cmake-modules comments. Reviewers: apol Reviewed By: apol Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D25752 --- tests/ECMGenerateExportHeaderTest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt index 5b25a7df..45ad611e 100644 --- a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt +++ b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt @@ -102,7 +102,7 @@ foreach(_group_test_mode ${group_test_modes}) foreach(_exclude_index RANGE ${_last_index}) list(GET library_versions ${_exclude_index} _exclude_deprecated_before_and_at) # using disabled API limit below the excluded API limit is not supported and - # catched by the code generated from the ecm_generate_export_header, + # caught by the code generated from the ecm_generate_export_header, # so testing those combination will not work, so start from the excluded API limit foreach(_disable_index RANGE ${_exclude_index} ${_last_index}) list(GET library_versions ${_disable_index} _disable_deprecated_before_and_at) -- cgit v1.2.1