ENH: Fix typo: Bug #100 - Spelling correction to an error message

This commit is contained in:
Andy Cedilnik 2003-07-29 07:01:56 -04:00
parent 2ba1c0ab06
commit 4ef0f1414c
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector<std::string> const& args
comment = copy;
break;
default:
this->SetError("Wrong syntax. Unknow type of argument.");
this->SetError("Wrong syntax. Unknown type of argument.");
return false;
}
}