ENH: Fix typo: Bug #100 - Spelling correction to an error message
This commit is contained in:
parent
2ba1c0ab06
commit
4ef0f1414c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue