summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-29 11:01:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-29 11:01:56 (GMT)
commit4ef0f1414cb993da6515d911a2357729580c9b06 (patch)
tree71020504addcd2f58543f7106b4b26088ed7a86f /Source/cmAddCustomCommandCommand.cxx
parent2ba1c0ab062ede8b85775a97accc01da0e7fb040 (diff)
downloadCMake-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.cxx2
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;
}
}