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/NTREE/ad_transpro.cxx

    r6060 r6141  
    338338#define SYNC_LENGTH 4 
    339339// every X in amino-alignment, it represents 1 to 3 bases in DNA-Alignment 
    340 // SYNC_LENGTH is the # of codons which will be syncronized (ahead!) 
     340// SYNC_LENGTH is the # of codons which will be synchronized (ahead!) 
    341341// before deciding "X was realigned correctly" 
    342342 
     
    505505                                delete sync_possible_with_catchup; 
    506506                                failed = 1; 
    507                                 fail_reason = "Can't syncronize after 'X'"; 
     507                                fail_reason = "Can't synchronize after 'X'"; 
    508508                                break; 
    509509                            } 
     
    521521                        else if (!synchronizeCodons(protein, d, x_count, x_count*3, &catchUp, allowed_code, allowed_code_left)) { 
    522522                            failed = 1; 
    523                             fail_reason = "Can't syncronize after 'X'"; 
     523                            fail_reason = "Can't synchronize after 'X'"; 
    524524                            break; 
    525525                        } 
     
    641641            nt_assert(strlen(buffer) == (unsigned)ali_len); 
    642642 
    643             // re-alignment sucessfull 
     643            // re-alignment successful 
    644644            error             = GB_write_string(gb_dest_data, buffer); 
    645645            if (!error) error = GBT_write_string(gb_species, "codon_start", "1"); // after re-alignment codon_start is always 1