commit: 49599d55b92f7947f095dca6bb6112817813a63d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 13:51:58 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 13:52:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49599d55
cmake-utils.eclass: typo
eclass/cmake-utils.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 1b1924f..393ee28 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"