From 9cd09b59c6e8d61617a36af6212658fd9f5710dc Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 26 Aug 2008 12:54:06 -0400 Subject: [PATCH] BUG: Correct typo in error message. --- Source/cmStringCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx index df32afc07..084eb7c67 100644 --- a/Source/cmStringCommand.cxx +++ b/Source/cmStringCommand.cxx @@ -222,7 +222,7 @@ bool cmStringCommand::HandleRegexCommand(std::vector 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; }