BUG: Fixed typo introduced by previous commit.

This commit is contained in:
Brad King 2007-12-13 17:39:53 -05:00
parent fd33bf93a5
commit ebc036bbda
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void cmake::CleanupCommandsAndMacros()
for(RegisteredCommandsMap::iterator j = this->Commands.begin(); for(RegisteredCommandsMap::iterator j = this->Commands.begin();
j != this->Commands.end(); ++j) j != this->Commands.end(); ++j)
{ {
if ( !j->second->IsA("cmMacroHelpperCommand") && if ( !j->second->IsA("cmMacroHelperCommand") &&
!j->second->IsA("cmFunctionHelperCommand")) !j->second->IsA("cmFunctionHelperCommand"))
{ {
commands.push_back(j->second); commands.push_back(j->second);