ERR: Fixed unknown command output error message for spacing.

This commit is contained in:
Brad King 2001-02-26 13:25:47 -05:00
parent 463e466be3
commit e6713c5604
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ bool cmMakefile::ReadListFile(const char* filename)
} }
else else
{ {
cmSystemTools::Error("unknown CMake function", name.c_str()); cmSystemTools::Error("unknown CMake command ", name.c_str());
} }
} }
} }