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/PARSIMONY/AP_buffer.cxx

    r5390 r6141  
    7878    } else { 
    7979        if ( pointer->next == 0) { 
    80             new AP_ERR("AP_STACK: get()"," more get() than element in stack"); 
     80            new AP_ERR("AP_STACK: get()"," more get() than elements in stack"); 
    8181            pointer = 0; 
    8282            return 0;