commit:     fc4888a6f4eed9d83d2c30823f5be0072d26b8e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 01:41:25 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 15:50:49 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc4888a6

cmake.eclass: comment typo fix

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <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 a50a8bf7f8..d52ea32d93 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -360,7 +360,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