فهرست منبع

BUG: Correct typo in error message.

David Cole 17 سال پیش
والد
کامیت
9cd09b59c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/cmStringCommand.cxx

+ 1 - 1
Source/cmStringCommand.cxx

@@ -222,7 +222,7 @@ bool cmStringCommand::HandleRegexCommand(std::vector<std::string> const& args)
     {
     {
     if(args.size() < 6)
     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.");
                      "at least 6 arguments total to command.");
       return false;
       return false;
       }
       }