Skip to content

Commit 43a7409

Browse files
typo cmake/submodules.cmake
Co-Authored-By: grooverdan <daniel@linux.ibm.com>
1 parent 17c3f14 commit 43a7409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/submodules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IF(GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
1313
IF(cmake_update_submodules MATCHES no)
1414
SET(update_result 0)
1515
SET(SUBMODULE_UPDATE_CONFIG_MESSAGE
16-
"\n\nTo update submodules automaticly, set cmake.update-submodules to 'yes', or 'force' to update automaticly:
16+
"\n\nTo update submodules automatically, set cmake.update-submodules to 'yes', or 'force' to update automatically:
1717
${GIT_EXECUTABLE} config cmake.update-submodules yes")
1818
ELSEIF(git_config_get_result EQUAL 128)
1919
SET(update_result 0)

0 commit comments

Comments
 (0)