From e5dd49c5f8ee92d0cf0a651e6b0ffbf3935db348 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 31 Jul 2009 16:11:28 -0400 Subject: [PATCH] DOCS: fix typo (#9231) Alex --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 649bdf86a..ea36c0b07 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; } }