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/AWTC/awtc_seq_search.hxx

    r5782 r6141  
    267267    // '?'      base was just inserted (not aligned) 
    268268    // '-'      master and slave are equal 
    269     // '+'      gap in masert excl-or slave 
     269    // '+'      gap in master excl-or slave 
    270270    // '~'      master base and slave base are related 
    271271    // '#'      master base and slave base are NOT related (mismatch) 
     
    482482 
    483483 
    484 class AWTC_FastSearchOccurrence          // iterates through all Occurances of one character triple 
     484class AWTC_FastSearchOccurrence          // iterates through all occurrences of one character triple 
    485485{ 
    486486    const AWTC_FastSearchSequence&      mySequence;