summaryrefslogtreecommitdiff
path: root/eclass/cmake-utils.eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-31 23:51:58 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-31 23:52:18 +1000
commit49599d55b92f7947f095dca6bb6112817813a63d (patch)
tree84844c7e7b5f0065c8e4ac49ce933f27369ffb63 /eclass/cmake-utils.eclass
parentcace01536c9fe6b10164993eae63b4b6ae36787d (diff)
downloadkde-49599d55b92f7947f095dca6bb6112817813a63d.tar.gz
kde-49599d55b92f7947f095dca6bb6112817813a63d.tar.bz2
kde-49599d55b92f7947f095dca6bb6112817813a63d.zip
cmake-utils.eclass: typo
Diffstat (limited to 'eclass/cmake-utils.eclass')
-rw-r--r--eclass/cmake-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 1b1924ffc4a..393ee28a26a 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -262,7 +262,7 @@ _cmake_generator_to_use() {
# @FUNCTION: cmake_comment_add_subdirectory
# @USAGE: <subdirectory>
# @DESCRIPTION:
-# Comment out one ore more add_subdirectory calls in CMakeLists.txt in the current directory
+# Comment out one or more add_subdirectory calls in CMakeLists.txt in the current directory
cmake_comment_add_subdirectory() {
if [[ -z ${1} ]]; then
die "comment_add_subdirectory must be passed at least one directory name to comment"