summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>2019-02-13 17:48:12 +1100
committerGitHub <noreply@github.com>2019-02-13 17:48:12 +1100
commit43a7409bb8425b976fd890e725eb85071c3d63b6 (patch)
tree290e33de88b7370901834197c4452237576c009c
parent17c3f147f82ca6f0ea45fa3807e4e770659fbba6 (diff)
downloadmariadb-git-43a7409bb8425b976fd890e725eb85071c3d63b6.tar.gz
typo cmake/submodules.cmake
Co-Authored-By: grooverdan <daniel@linux.ibm.com>
-rw-r--r--cmake/submodules.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/submodules.cmake b/cmake/submodules.cmake
index 6e019674c1f..34d1f37c956 100644
--- a/cmake/submodules.cmake
+++ b/cmake/submodules.cmake
@@ -13,7 +13,7 @@ IF(GIT_EXECUTABLE AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
IF(cmake_update_submodules MATCHES no)
SET(update_result 0)
SET(SUBMODULE_UPDATE_CONFIG_MESSAGE
-"\n\nTo update submodules automaticly, set cmake.update-submodules to 'yes', or 'force' to update automaticly:
+"\n\nTo update submodules automatically, set cmake.update-submodules to 'yes', or 'force' to update automatically:
${GIT_EXECUTABLE} config cmake.update-submodules yes")
ELSEIF(git_config_get_result EQUAL 128)
SET(update_result 0)