From 4ef0f1414cb993da6515d911a2357729580c9b06 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 29 Jul 2003 07:01:56 -0400 Subject: [PATCH] ENH: Fix typo: Bug #100 - Spelling correction to an error message --- Source/cmAddCustomCommandCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx index e471dc339..fd1954b1d 100644 --- a/Source/cmAddCustomCommandCommand.cxx +++ b/Source/cmAddCustomCommandCommand.cxx @@ -134,7 +134,7 @@ bool cmAddCustomCommandCommand::InitialPass(std::vector const& args comment = copy; break; default: - this->SetError("Wrong syntax. Unknow type of argument."); + this->SetError("Wrong syntax. Unknown type of argument."); return false; } }