OSDN Git Service

# fix typo
authortsutsumi <>
Sat, 1 Nov 2003 22:00:17 +0000 (22:00 +0000)
committertsutsumi <>
Sat, 1 Nov 2003 22:00:17 +0000 (22:00 +0000)
doc/cookbook.dox
src/ccunit/CCUnitList.h

index c8b8bb0..9053d00 100644 (file)
@@ -163,10 +163,10 @@ When you have a common fixture, here is what you do:
     ¹½Â¤ÂΤ˥á¥â¥ê¤ò³ä¤êÅö¤Æ¤Þ¤¹
 </li>
 <li>@~english
-    Add @link GGUnitTestCase TestCase @endlink objects to fixture object
+    Add @link CCUnitTestCase TestCase @endlink objects to fixture object
     @~japanese
-    @link CCUnitTestCase TestCase @endlink
-    ¥ª¥Ö¥¸¥§¥¯¥È¤ò@link CCUnitTestFixture TestFixture @endlink
+    @link CCUnitTestCase TestCase @endlink ¥ª¥Ö¥¸¥§¥¯¥È¤ò
+    @link CCUnitTestFixture TestFixture @endlink
     ¥Õ¥£¥¯¥¹¥Á¥ã¥ª¥Ö¥¸¥§¥¯¥È¤ËÅÐÏ¿¤·¤Þ¤¹¡£
 </li>
 </ol>
@@ -282,14 +282,12 @@ display the results.
 Ä̾ï¤Ï @link ExecutingTest TestRunner @endlink
 (@ref test_runner ¸å½Ò)
 ¤Ç·ë²Ì¤òɽ¼¨¤·¤Þ¤¹¡£
-@~
 
 @~english
 Once you have several tests, organize them into a suite.
 @~japanese
 °ìÅÙ¤¤¤¯¤Ä¤«¤Î¥Æ¥¹¥È¤òºî¤Ã¤¿¤é¡¢
 ¤½¤ì¤é¤ò¥¹¥¤¡¼¥È¤ËÀ°Íý¤·¤Þ¤¹¡£
-@~
 
 @english
 @section suite Suite
index 5c3662d..9124eff 100755 (executable)
@@ -90,7 +90,7 @@ extern void ccunit_deleteList (CCUnitList* list, void (*deleteContents)(void*));
 typedef struct CCUnitListIterator
 {
   struct CCUnitListCell* current;              /**< current list cell  */
-  bool isAllocated;                            /**< flag ob allocated object */
+  bool isAllocated;                            /**< flag of allocated object */
 } CCUnitListIterator;
 
 /**