summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 90bbc74..8e6bc96 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -199,7 +199,7 @@ bool cmMakefile::ReadListFile(const char* filename)
}
else
{
- cmSystemTools::Error("unknown CMake function", name.c_str());
+ cmSystemTools::Error("unknown CMake command ", name.c_str());
}
}
}