ERR: Minor wording error in output message.

This commit is contained in:
Brad King 2001-03-08 17:31:27 -05:00
parent 519f9d81e3
commit b23fedda77

View File

@ -27,7 +27,7 @@ bool cmUnixDefinesCommand::Invoke(std::vector<std::string>& args)
{ {
if(args.size() < 1 ) if(args.size() < 1 )
{ {
this->SetError("Win32Defines called with incorrect number of arguments"); this->SetError("called with incorrect number of arguments");
return false; return false;
} }
for(std::vector<std::string>::iterator i = args.begin(); for(std::vector<std::string>::iterator i = args.begin();