diff --git a/Modules/Core/Install/itkfactory.cxx b/Modules/Core/Install/itkfactory.cxx index eaef637aa3bbe903614e8c86c50252c707cc9486..b63a18050d770b51ea646ff9c23df80c45860aed 100644 --- a/Modules/Core/Install/itkfactory.cxx +++ b/Modules/Core/Install/itkfactory.cxx @@ -66,7 +66,7 @@ int main(int argc, char *argv[]) std::cout << "there are\n"; registeredComponents = itk::ObjectFactoryBase::CreateAllInstance("itkComponentBase"); std::cout << registeredComponents.size() - << " IO objects available to the Overlord.\n" << std::endl; + << " Component objects available to the Overlord.\n" << std::endl; typedef itk::ComponentBase ComponentType;