summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixDefinesCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnixDefinesCommand.cxx')
-rw-r--r--Source/cmUnixDefinesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUnixDefinesCommand.cxx b/Source/cmUnixDefinesCommand.cxx
index 00f9a9a..d88cf50 100644
--- a/Source/cmUnixDefinesCommand.cxx
+++ b/Source/cmUnixDefinesCommand.cxx
@@ -27,7 +27,7 @@ bool cmUnixDefinesCommand::Invoke(std::vector<std::string>& args)
{
if(args.size() < 1 )
{
- this->SetError("Win32Defines called with incorrect number of arguments");
+ this->SetError("called with incorrect number of arguments");
return false;
}
for(std::vector<std::string>::iterator i = args.begin();