From 3337f36e62e58a74266823727409ec600b84d790 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sat, 1 Nov 2003 22:00:17 +0000 Subject: [PATCH] # fix typo --- doc/cookbook.dox | 8 +++----- src/ccunit/CCUnitList.h | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/cookbook.dox b/doc/cookbook.dox index c8b8bb0..9053d00 100644 --- a/doc/cookbook.dox +++ b/doc/cookbook.dox @@ -163,10 +163,10 @@ When you have a common fixture, here is what you do: ¹½Â¤ÂΤ˥á¥â¥ê¤ò³ä¤êÅö¤Æ¤Þ¤¹
  • @~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 ¥Õ¥£¥¯¥¹¥Á¥ã¥ª¥Ö¥¸¥§¥¯¥È¤ËÅÐÏ¿¤·¤Þ¤¹¡£
  • @@ -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 diff --git a/src/ccunit/CCUnitList.h b/src/ccunit/CCUnitList.h index 5c3662d..9124eff 100755 --- a/src/ccunit/CCUnitList.h +++ b/src/ccunit/CCUnitList.h @@ -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; /** -- 2.11.0