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

    r67 r73  
    3939 
    4040/// 
    41 /// @brief Cleans up adter each test. 
     41/// @brief Cleans up after each test. 
    4242/// 
    4343void 
     
    5353/// @brief Tests the initial status of the main presenter. 
    5454/// 
    55 /// Initially the presenter hasn't loeaded a document, yet, so 
     55/// Initially the presenter hasn't loaded a document, yet, so 
    5656/// the main window's title is 'PDF Viewer', the page selection  
    57 /// and zoom actions are unsensitived and the documentView has 
     57/// and zoom actions are insensitive and the documentView has 
    5858/// no image yet. Also the side bar won't be displayed, yet. 
    5959/// 
     
    322322    CPPUNIT_ASSERT (m_View->isSensitiveGoToPreviousPage ()); 
    323323    CPPUNIT_ASSERT (m_View->hasImagePageView ()); 
    324     // Going to the last will make some unsensitive. 
     324    // Going to the last will make some insensitive. 
    325325    m_MainPter->goToLastPageActivated (); 
    326326    CPPUNIT_ASSERT_EQUAL (4, m_View->getCurrentPage ());  
     
    376376/// 
    377377/// The application has a text entry that the user can use to to a  
    378 /// page just by writting the number. Any non number after the first number 
     378/// page just by writing the number. Any non number after the first number 
    379379/// character will be discarded. 
    380380/// 
     
    484484/// The DumbDocument has a fixed size of 100x250 pixels and the DumbMainView 
    485485/// has a fixed pageView of 75x50. We will make sure that getting to the max 
    486 /// ZoomIn unsensitives the ZoomIn button. The same for the ZoomOut. 
     486/// ZoomIn insensitives the ZoomIn button. The same for the ZoomOut. 
    487487/// 
    488488/// Then will test Zoom Fit and Zoom Width with two different rotations.