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/admalloc.c

    r6107 r6141  
    4646    size_t             size;            /* free size of current table */ 
    4747    size_t             allsize;     /* full size of all tables */ 
    48     struct gbm_table_struct *first; /* linkes list of tables */ 
     48    struct gbm_table_struct *first; /* link list of tables */ 
    4949    struct gbm_data_struct  *tables[GBM_MAX_TABLES + 1];    /* free entries */ 
    5050    long             tablecnt[GBM_MAX_TABLES + 1];  /* number of free entries */ 
     
    105105    } 
    106106    else { 
    107         fprintf(stderr,"Panic Error:    Unsufficient memory: tried to get %i*%i bytes : Increase Swap space\n",nelem,elsize); 
     107        fprintf(stderr,"Panic Error: insufficient memory: tried to get %i*%i bytes\n",nelem,elsize); 
    108108    } 
    109109    return mem; 
     
    186186    } 
    187187    else { 
    188         fprintf(stderr,"Panic Error:    Unsufficient memory: tried to get %i*%i bytes : Increase Swap space\n",nelem,elsize); 
     188        fprintf(stderr,"Panic Error: insufficient memory: tried to get %i*%i bytes\n",nelem,elsize); 
    189189    } 
    190190