From ac730a209953b1266606c5afc98b12c4a962808b Mon Sep 17 00:00:00 2001 From: Maximiliano Curia Date: Mon, 14 May 2018 11:16:42 +0200 Subject: Fix minor documentation typos Summary: These typos show up in the generated manpages. Reviewers: #frameworks, alexmerry, kossebau, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D12867 --- modules/ECMAddQch.cmake | 2 +- modules/ECMSetupVersion.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index f5a09dff..69a3bb46 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -105,7 +105,7 @@ # Needs to be used when NAMESPACE is not used. # # LINK_QCHS specifies a list of other QCH targets which should be used for -# creating references to API documenation of code in external libraries. +# creating references to API documentation of code in external libraries. # For each target in the list these target properties are expected to be # defined: DOXYGEN_TAGFILE, QHP_NAMESPACE and QHP_VIRTUALFOLDER. # If any of these is not existing, will be ignored. diff --git a/modules/ECMSetupVersion.cmake b/modules/ECMSetupVersion.cmake index f5a3cce4..e71798dc 100644 --- a/modules/ECMSetupVersion.cmake +++ b/modules/ECMSetupVersion.cmake @@ -75,7 +75,7 @@ # # Since pre-1.0.0. # -# COMPATIBLITY option available since 1.6.0. +# COMPATIBILITY option available since 1.6.0. #============================================================================= # Copyright 2014 Alex Merry -- cgit v1.2.1