diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 649bdf86a1..ea36c0b075 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -385,7 +385,7 @@ bool cmake::SetCacheArgs(const std::vector& args) { std::cerr << "Parse error in command line argument: " << arg << "\n" << "Should be: VAR:type=value\n"; - cmSystemTools::Error("No cmake scrpt provided."); + cmSystemTools::Error("No cmake script provided."); return false; } }