Fix a typo in gir error message

This commit is contained in:
fell 2017-10-03 19:42:32 +02:00
parent de06e90022
commit a28f27a0e1

View File

@ -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()