From 49599d55b92f7947f095dca6bb6112817813a63d Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Wed, 31 Aug 2016 23:51:58 +1000 Subject: cmake-utils.eclass: typo --- eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/cmake-utils.eclass') 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: # @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" -- cgit v1.2.3