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/GENOM_IMPORT/SequenceBuffer.h

    r5777 r6141  
    3838class BaseCounter { 
    3939    string source;              // where does information originate from 
    40     size_t count[BC_COUNTERS];  // number of occurances of single bases 
     40    size_t count[BC_COUNTERS];  // number of occurrences of single bases 
    4141 
    4242    SmartPtr<CharCounter> char_count; // character counter (used by addLine)