Changeset 6141 for trunk/AWT/AWT_csp.cxx

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

    r6100 r6141  
    9696    if (!error) { 
    9797        gb_ali = GB_entry(gb_sai,alignment_name); 
    98         if (!gb_ali) error = GB_export_error("Please select a valid Column Statist"); 
     98        if (!gb_ali) error = GB_export_error("Please select a valid Column Statistic"); 
    9999    } 
    100100    if (!error) { 
    101101        gb_freqs = GB_entry(gb_ali,"FREQUENCIES"); 
    102         if (!gb_ali) error = GB_export_error("Please select a valid Column Statist"); 
     102        if (!gb_ali) error = GB_export_error("Please select a valid Column Statistic"); 
    103103    } 
    104104    if (error) { 
     
    128128    } 
    129129 
    130     if (!error && use_helix) {            // calculate weigths and helix filter 
     130    if (!error && use_helix) {            // calculate weights and helix filter 
    131131        BI_helix helix; 
    132132        error = helix.init(this->gb_main,alignment_name); 
     
    158158    GB_UINT4 *freqi[256]; 
    159159    for (i=0;i<256; i++) freqi[i] = 0; 
    160     int wf;                 // ********* read the frequence statistic 
     160    int wf;                 // ********* read the frequency statistic 
    161161    for (gb_freq = GB_child(gb_freqs); gb_freq; gb_freq = GB_nextChild(gb_freq)) { 
    162162        char *key = GB_read_key(gb_freq);