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/ARBDB/adseqcompr.c

    r6101 r6141  
    1111 
    1212#if defined(DEBUG) 
    13 /* dont do optimize, only create tree and save to DB */ 
     13/* don't do optimize, only create tree and save to DB */ 
    1414/* #define SAVE_COMPRESSION_TREE_TO_DB */ 
    1515#endif /* DEBUG */ 
     
    526526 
    527527                        if (GB_read_clock(gbd) >= main_clock){ 
    528                             GB_warning("A Species seems to be more than once in the tree"); 
     528                            GB_warning("A species seems to be more than once in the tree"); 
    529529                        } 
    530530                        else { 
     
    619619                            GBDATA *gbd = masters[si]->gbd; 
    620620 
    621                             ad_assert(mi>si); /* we don't want a rekursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */ 
     621                            ad_assert(mi>si); /* we don't want a recursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */ 
    622622 
    623623                            if (gb_read_nr(gbd) != si) { /* Check database */