Show
Ignore:
Timestamp:
04/16/06 09:21:47 (3 years ago)
Author:
jordi
Message:

Spell checked all source files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DocumentOutlineTest.cxx

    r60 r73  
    9898    DocumentOutline *outline = m_Document->getOutline (); 
    9999    CPPUNIT_ASSERT ( NULL != outline ); 
    100     // The root outline must be the same empy one, except it has children. 
     100    // The root outline must be the same empty one, except it has children. 
    101101    CPPUNIT_ASSERT_EQUAL (3, outline->getNumChildren ()); 
    102102    CPPUNIT_ASSERT (0 == g_ascii_strcasecmp ("", outline->getTitle ()));