From 0b4118be76ae50023f523b6eceaa2c5ccdb09375 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 6 Mar 2017 10:50:12 +0100
Subject: [PATCH] Spelling mistakes in CMake

---
 cmake_support/PROMOD3.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_support/PROMOD3.cmake b/cmake_support/PROMOD3.cmake
index e1ec9656..db12a874 100644
--- a/cmake_support/PROMOD3.cmake
+++ b/cmake_support/PROMOD3.cmake
@@ -807,9 +807,9 @@ macro(promod3_unittest)
     if(TARGET "_${_ARG_MODULE}")
       add_dependencies("${py_test}_run" "_${_ARG_MODULE}")
     endif()
-    # XML test outputgets an logical OR to 'echo' so if sth fails, make
+    # XML test output gets an logical OR to 'echo' so if sth fails, make
     # continues and we get output for all unit tests. Just calling 'echo'
-    # giveth $?=0.
+    # gives $?=0.
     add_custom_target("${py_test}_run_xml"
                 sh -c "${PY_TESTS_CMD} ${py_twp} xml || echo"
               WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-- 
GitLab