From db365c36344400f537d6333f70d29aab008baf04 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 29 Sep 2017 23:46:06 +0200 Subject: [PATCH] remove typo --- cmake/local-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/local-cmake.sh b/cmake/local-cmake.sh index 4dee60c2f..949f4f793 100644 --- a/cmake/local-cmake.sh +++ b/cmake/local-cmake.sh @@ -63,7 +63,7 @@ then fi echo "-- Local CMake v${MAJOR}.${MINOR} installed to ${CMAKE_DIR_REL}" - echo "-- Next time you source this script, no download will be neccessary" + echo "-- Next time you source this script, no download will be necessary" fi export PATH="${CMAKE_DIR}/bin:${PATH}"