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/AWT/AWT_codon_table.cxx

    r5773 r6141  
    518518            bool correct_disallowed_translation = false; 
    519519 
    520             // search for allowed correct translation possibity: 
     520            // search for allowed correct translation possibility: 
    521521            for (int code_nr=0; code_nr<AWT_CODON_TABLES; code_nr++) { 
    522522                if (AWT_codon_def[code_nr].aa[codon_nr] == protein) { // does it translate correct? 
     
    643643                    if (!found) break; 
    644644                    int pos = (found-bufferStart); 
    645                     if ((pos%3)==0) break; // yes aready here! 
     645                    if ((pos%3)==0) break; // yes already here! 
    646646                    startSearch = found+1; // was misaligned -> try behind 
    647647                }