include(): Use lower case and () to refer to the include() command.

This commit is contained in:
Stephen Kelly 2013-10-16 13:41:47 +02:00
parent 919e1e8453
commit d6dd264671
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ bool cmIncludeCommand
if (args.size()< 1 || args.size() > 4)
{
this->SetError("called with wrong number of arguments. "
"Include only takes one file.");
"include() only takes one file.");
return false;
}
bool optional = false;