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/ARBDBPP/adseq.cxx

    r5839 r6141  
    566566 
    567567/*** EDIT Functions *******/ 
    568 // dont call put operations !!!!!!!!!! 
     568// don't call put operations !!!!!!!!!! 
    569569 
    570570AD_ERR * AD_SEQ::insert(char *text,long position, int direction) { 
     
    693693    if ( end < 0   || end  >= seq_len  ) 
    694694        return 0;       // end reached 
    695     if (end == position) return 0;              // dont push '.' 
     695    if (end == position) return 0;              // don't push '.' 
    696696 
    697697    int gap = '-';