Explorar el Código

BUG: Fixed typo introduced by previous commit.

Brad King hace 18 años
padre
commit
ebc036bbda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
Source/cmake.cxx

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