From: tsutsumi <> Date: Tue, 16 Sep 2003 21:05:42 +0000 (+0000) Subject: # fix typo X-Git-Tag: rev-1-0-rc1~42 X-Git-Url: http://git.osdn.net/view?p=ccunit%2Fccunit.git;a=commitdiff_plain;h=96151c738e8d5ec6ba10420822c04aad977f49ea # fix typo --- diff --git a/src/ccunit/CCUnitTestFixture.h b/src/ccunit/CCUnitTestFixture.h index 44c21b3..a8cf682 100644 --- a/src/ccunit/CCUnitTestFixture.h +++ b/src/ccunit/CCUnitTestFixture.h @@ -76,9 +76,9 @@ * } * @endcode * - * For each test implement a method which interacts with the + * For each test implement a function which interacts with the * case. Verify the expected results with assertions specified by - * calling CPPUNIT_ASSERT on the expression you want to test: + * calling CCUNIT_ASSERT on the expression you want to test: * * @code * void testAdd () @@ -121,7 +121,7 @@ * A command line tool have been created for convenience. It is located * in src/tools/ccunit_makeSuite.c. * - * @see CCUnitTestResult, CCUnitTestSuite, CCUnitMakeSuite, + * @see CCUnitTestResult, CCUnitTestCase, CCUnitTestSuite, CCUnitMakeSuite, */ typedef struct CCUnitTestFixture {