diff options
-rw-r--r-- | modules/ECMAddQch.cmake | 2 | ||||
-rw-r--r-- | 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 <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. 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 <alex.merry@kde.org> |