--- trunk/src/utils/GenericFactory.hpp 2004/10/25 17:03:56 150 +++ trunk/src/utils/GenericFactory.hpp 2004/10/28 22:26:32 188 @@ -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;