From af164e4c6df13403d5eeab6b5e7bdb4e209d0abd Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Tue, 2 Aug 2005 16:46:58 +0000 Subject: fixed documentation typo. --- include/cppunit/plugin/PlugInManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit/plugin') diff --git a/include/cppunit/plugin/PlugInManager.h b/include/cppunit/plugin/PlugInManager.h index a2b8e15..6ecedc8 100644 --- a/include/cppunit/plugin/PlugInManager.h +++ b/include/cppunit/plugin/PlugInManager.h @@ -41,7 +41,7 @@ public: * \param parameters List of string passed to the plug-in. * \return Pointer on the DynamicLibraryManager associated to the library. * Valid until the library is unloaded. Never \c NULL. - * \exception DynamicLibraryManager is thrown if an error occurs during loading. + * \exception DynamicLibraryManagerException is thrown if an error occurs during loading. */ void load( const std::string &libraryFileName, const PlugInParameters ¶meters = PlugInParameters() ); -- cgit v1.2.1