summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-08-26 16:54:06 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-08-26 16:54:06 (GMT)
commit9cd09b59c6e8d61617a36af6212658fd9f5710dc (patch)
tree5947cd6ec178f208f5f20efd80622f26d1277f24 /Source/cmStringCommand.cxx
parent263a4229e545f1e4882dfad5acaf65de8cf093e9 (diff)
downloadCMake-9cd09b59c6e8d61617a36af6212658fd9f5710dc.zip
CMake-9cd09b59c6e8d61617a36af6212658fd9f5710dc.tar.gz
CMake-9cd09b59c6e8d61617a36af6212658fd9f5710dc.tar.bz2
BUG: Correct typo in error message.
Diffstat (limited to 'Source/cmStringCommand.cxx')
-rw-r--r--Source/cmStringCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx
index df32afc..084eb7c 100644
--- a/Source/cmStringCommand.cxx
+++ b/Source/cmStringCommand.cxx
@@ -222,7 +222,7 @@ bool cmStringCommand::HandleRegexCommand(std::vector<std::string> const& args)
{
if(args.size() < 6)
{
- this->SetError("sub-command REGEX, mode MATCH needs "
+ this->SetError("sub-command REGEX, mode REPLACE needs "
"at least 6 arguments total to command.");
return false;
}