Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SL/FAST_ALIGNER/fast_aligner.cxx

    r6100 r6141  
    6363 
    6464struct AlignParams { 
    65     // int temporary;        // // ==1 -> create only temporary aligment report into alignment (2=resident,0=none) 
     65    // int temporary;        // // ==1 -> create only temporary alignment report into alignment (2=resident,0=none) 
    6666    FA_report report; 
    6767    bool      showGapsMessages;  // display messages about missing gaps in master?  
     
    14521452    else { 
    14531453        newString = currInfo; 
    1454         currInfo  = 0; // dont free 
     1454        currInfo  = 0; // don't free 
    14551455    } 
    14561456 
     
    16351635        } 
    16361636        else { 
    1637             // assuming relatives are sorted! (nearest to farer) 
     1637            // assuming relatives are sorted! (nearest to farthest) 
    16381638             
    16391639            // get data pointers 
     
    27072707    aws->create_option_menu(FA_AWAR_MIRROR, "Turn check", ""); 
    27082708    aws->insert_option        ("Never turn sequence",         "", FA_TURN_NEVER); 
    2709     aws->insert_default_option("User acknowledgement",        "", FA_TURN_INTERACTIVE); 
     2709    aws->insert_default_option("User acknowledgment ",        "", FA_TURN_INTERACTIVE); 
    27102710    aws->insert_option        ("Automatically turn sequence", "", FA_TURN_ALWAYS); 
    27112711    aws->update_option_menu();