mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a typo in gir error message
This commit is contained in:
parent
de06e90022
commit
a28f27a0e1
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user