commit:     b75eb1da707e7917830e37b4f4319ef52fc30d53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 01:41:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 01:44:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75eb1da

cmake.eclass: comment typo fix

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/cmake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 8c1886137300..094b6d706bc2 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -354,7 +354,7 @@ cmake_src_prepare() {
 
        default_src_prepare
 
-       # check if CMakeLists.txt exist and if no then die
+       # check if CMakeLists.txt exists and if not then die
        if [[ ! -e ${CMAKE_USE_DIR}/CMakeLists.txt ]] ; then
                eerror "Unable to locate CMakeLists.txt under:"
                eerror "\"${CMAKE_USE_DIR}/CMakeLists.txt\""

Reply via email to