summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}
}