Update of /cvsroot/cppunit/cppunit/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28596/doc
Modified Files:
other_documentation.dox
Log Message:
* fixed typo.
Index: other_documentation.dox
===================================================================
RCS file: /cvsroot/cppunit/cppunit/doc/other_documentation.dox,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** other_documentation.dox 23 Sep 2002 05:43:50 -0000 1.16
--- other_documentation.dox 30 Jul 2005 06:57:03 -0000 1.17
***************
*** 87,91 ****
*
* The interface CppUnitTestPlugIn is automatically implemented by the previous
! * macro. You can define your one implementation.
*
* To provide your custom implementation of the plug-in interface, you must:
--- 87,91 ----
*
* The interface CppUnitTestPlugIn is automatically implemented by the previous
! * macro. You can define your own implementation.
*
* To provide your custom implementation of the plug-in interface, you must:
|