aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMAddQch.cmake
diff options
context:
space:
mode:
authorMaximiliano Curia <maxy@gnuservers.com.ar>2018-05-14 11:16:42 +0200
committerMaximiliano Curia <maxy@gnuservers.com.ar>2018-05-14 11:34:02 +0200
commitac730a209953b1266606c5afc98b12c4a962808b (patch)
tree5442536d821d44f23459027a6e67c3da8caec5cb /modules/ECMAddQch.cmake
parent0c1cac6bd847ec890c9b8e9e82c9915f356f816a (diff)
downloadextra-cmake-modules-ac730a209953b1266606c5afc98b12c4a962808b.tar.gz
extra-cmake-modules-ac730a209953b1266606c5afc98b12c4a962808b.tar.bz2
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
Diffstat (limited to 'modules/ECMAddQch.cmake')
-rw-r--r--modules/ECMAddQch.cmake2
1 files changed, 1 insertions, 1 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 <qch> 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, <qch> will be ignored.