gnucash maint: Fix a typo in gir error message
Frank H.Ellenberger
fell at code.gnucash.org
Tue Oct 3 13:42:55 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/a28f27a0 (commit)
from https://github.com/Gnucash/gnucash/commit/de06e900 (commit)
commit a28f27a0e1f127f6f4904304e2e4f68e48fd6749
Author: fell <frank.h.ellenberger at gmail.com>
Date: Tue Oct 3 19:42:32 2017 +0200
Fix a typo in gir error message
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30e57c2..f361a9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,7 @@ IF (GNC_VCS_INFO_RESULT EQUAL 0)
# IF building from VCS, we need git
find_package(Git)
IF (NOT GIT_FOUND)
- MESSAGE(SEND_ERROR "Looks like we're building from vesion control, but can't find git executable. Please set GIT_EXECUTABLE.")
+ MESSAGE(SEND_ERROR "Looks like we're building from version control, but can't find git executable. Please set GIT_EXECUTABLE.")
ENDIF()
ENDIF()
Summary of changes:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list