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/CONSENSUS_TREE/CT_rbtree.cxx

    r5390 r6141  
    2121 
    2222 
    23 /* Initialise the modul */ 
     23/* Initialize the module */ 
    2424void rb_init(char **names) 
    2525{ 
     
    3737 
    3838 
    39 /* build a remark with the procentile representation of the partition */ 
     39/* build a remark with the percentage representation of the partition */ 
    4040char *rb_remark(const char *info, int perc, char *txt) 
    4141{ 
     
    7171    gbtnode->father = father; 
    7272 
    73     info->node = gbtnode;                                /* return-infos */ 
     73    info->node = gbtnode;                                /* return-information */ 
    7474    info->percent = tree->part->percent; 
    7575    info->len = tree->part->len;