summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-07-31 20:11:28 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-07-31 20:11:28 (GMT)
commite5dd49c5f8ee92d0cf0a651e6b0ffbf3935db348 (patch)
tree47f6ba5effdbaa0eb3b60fc8ed35fa045a235786 /Source/cmake.cxx
parenta48f29c904a0b2ae409b511e4b4436a85da68292 (diff)
downloadCMake-e5dd49c5f8ee92d0cf0a651e6b0ffbf3935db348.zip
CMake-e5dd49c5f8ee92d0cf0a651e6b0ffbf3935db348.tar.gz
CMake-e5dd49c5f8ee92d0cf0a651e6b0ffbf3935db348.tar.bz2
DOCS: fix typo (#9231)
Alex
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 649bdf8..ea36c0b 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -385,7 +385,7 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& 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;
}
}