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

    r1257 r6141  
    1 /* Modul zur Verwaltung des Speicherplatzes */ 
     1/* memory handling */ 
    22 
    33#include <stdlib.h> 
     
    1212 
    1313    if (!p) { 
    14         fprintf(stderr, "Error occured in Module CONSENSUS! Not enough Memory left\n"); 
     14        fprintf(stderr, "Error occurred in Module CONSENSUS! Not enough Memory left\n"); 
    1515        return 0; 
    1616    }