--- trunk/OOPSE-4/src/utils/GenericFactory.hpp 2004/10/28 21:42:30 1680 +++ trunk/OOPSE-4/src/utils/GenericFactory.hpp 2004/10/28 22:26:32 1681 @@ -199,7 +199,7 @@ class GenericFactory { CreatorMapType creatorMap_; }; -/** write out all of the type identifier to a output stream */ +/** write out all of the type identifiers to an output stream */ template std::ostream& operator <<(std::ostream& o, GenericFactory& factory) { std::vector idents;