summaryrefslogtreecommitdiff
path: root/include/cppunit/plugin/PlugInManager.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2005-08-02 16:46:58 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2005-08-02 16:46:58 +0000
commitaf164e4c6df13403d5eeab6b5e7bdb4e209d0abd (patch)
treef585697f1a1dcfdb874f4c618b4e7af1aa1fea9d /include/cppunit/plugin/PlugInManager.h
parent9415e6166a3624e0e37eaaaf00e419df8347dba3 (diff)
downloadcppunit-af164e4c6df13403d5eeab6b5e7bdb4e209d0abd.tar.gz
fixed documentation typo.
Diffstat (limited to 'include/cppunit/plugin/PlugInManager.h')
-rw-r--r--include/cppunit/plugin/PlugInManager.h2
1 files changed, 1 insertions, 1 deletions
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 &parameters = PlugInParameters() );