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/PDFDocumentTest.cxx

    r65 r73  
    307307    m_Document->goToFirstPage (); 
    308308    CPPUNIT_ASSERT_EQUAL (1, m_Document->getCurrentPageNum ()); 
    309     // Now, let's go to an specific page. If the page is beyound the 
     309    // Now, let's go to an specific page. If the page is beyond the 
    310310    // last page, then the current page will be the last. On the other 
    311311    // hand, if the page is less than the first (< 1) then the current 
     
    349349    m_Document->goToFirstPage (); 
    350350    CPPUNIT_ASSERT_EQUAL (1, m_Document->getCurrentPageNum ()); 
    351     // Now, let's go to an specific page. If the page is beyound the 
     351    // Now, let's go to an specific page. If the page is beyond the 
    352352    // last page, then the current page will be the last. On the other 
    353353    // hand, if the page is less than the first (< 1) then the current