DOCS: fix typo (#9231)

Alex
This commit is contained in:
Alexander Neundorf 2009-07-31 16:11:28 -04:00
parent a48f29c904
commit e5dd49c5f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}