diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-29 11:01:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-29 11:01:56 (GMT) |
commit | 4ef0f1414cb993da6515d911a2357729580c9b06 (patch) | |
tree | 71020504addcd2f58543f7106b4b26088ed7a86f /Source/cmAddCustomCommandCommand.cxx | |
parent | 2ba1c0ab062ede8b85775a97accc01da0e7fb040 (diff) | |
download | CMake-4ef0f1414cb993da6515d911a2357729580c9b06.zip CMake-4ef0f1414cb993da6515d911a2357729580c9b06.tar.gz CMake-4ef0f1414cb993da6515d911a2357729580c9b06.tar.bz2 |
ENH: Fix typo: Bug #100 - Spelling correction to an error message
Diffstat (limited to 'Source/cmAddCustomCommandCommand.cxx')
-rw-r--r-- | Source/cmAddCustomCommandCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx index e471dc3..fd1954b 100644 --- a/Source/cmAddCustomCommandCommand.cxx +++ b/Source/cmAddCustomCommandCommand.cxx @@ -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; } } |