diff options
author | John Hayes <jdhayes.linux@gmail.com> | 2019-12-05 10:37:15 +0100 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2019-12-05 10:37:23 +0100 |
commit | 9f441190a36a4579581c37c6ebcb36171fd9a7fd (patch) | |
tree | 4929cf653c16eb7b7b6ee8d3004cc433ba323f92 /modules | |
parent | 23d868a0771224c844513ab16ae423e5302d139b (diff) | |
download | extra-cmake-modules-9f441190a36a4579581c37c6ebcb36171fd9a7fd.tar.gz extra-cmake-modules-9f441190a36a4579581c37c6ebcb36171fd9a7fd.tar.bz2 |
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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMGenerateExportHeader.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ECMGenerateExportHeader.cmake b/modules/ECMGenerateExportHeader.cmake index 7de9aa69..52dd29d4 100644 --- a/modules/ECMGenerateExportHeader.cmake +++ b/modules/ECMGenerateExportHeader.cmake @@ -138,7 +138,7 @@ # # When the ``GROUP_BASE_NAME`` has been used, the same macros but with the # given ``<group_base_name>`` prefix are available to define the defaults of -# these macros, if not explicitely set. +# these macros, if not explicitly set. # # Note: The tricks applied here for hiding deprecated API to the compiler # when building against a library do not work for all deprecated API: @@ -302,7 +302,7 @@ # When using the ``NO_DEFINITION_EXPORT_TO_BUILD_INTERFACE`` and the project # for the "Foo" library includes also tests and examples linking against the # library and using deprecated API (like tests covering it), one better -# explicitely sets ``FOO_DISABLE_DEPRECATED_BEFORE_AND_AT`` for those targets +# explicitly sets ``FOO_DISABLE_DEPRECATED_BEFORE_AND_AT`` for those targets # to the version before and at which all deprecated API has been excluded from # the build. # Even more when building against other libraries from the same group "Bar" and |