mirror of
https://github.com/reactos/CMake.git
synced 2025-02-01 17:42:41 +00:00
BUG: Correct typo in error message.
This commit is contained in:
parent
263a4229e5
commit
9cd09b59c6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user