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_constructSequence.cxx

    r5885 r6141  
    415415        } 
    416416    } 
    417     else    // both normal -> compare end of comp1 whith start of comp2 
     417    else    // both normal -> compare end of comp1 with start of comp2 
    418418    { 
    419419        const char *end1 = comp1->text(comp1->length()-1); 
     
    452452    int s; 
    453453    for (s=0; s<parts; s++) { 
    454         comp[s] = new AWTC_CompactedSubSequence(seqs[s], strlen(seqs[s]), "contructed by AWTC_constructSequence()"); 
     454        comp[s] = new AWTC_CompactedSubSequence(seqs[s], strlen(seqs[s]), "constructed by AWTC_constructSequence()"); 
    455455        if (comp[s]->length()==0) { 
    456456            printf("AWTC_constructSequence called with empty sequence (seq #%i)\n", s);