Ignore:
Timestamp:
Jun 26, 2010, 4:41:45 AM (13 years ago)
Author:
Peter
Message:

fix doc typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/normalizer/Zscore.h

    r2202 r2284  
    7474                   utility::unweighted_iterator_tag tag) const
    7575    {
    76       // we requre forward iterator since we iterate through the range
     76      // we require forward iterator since we iterate through the range
    7777      // multiple times.
    7878      BOOST_CONCEPT_ASSERT((boost::ForwardIterator<ForwardIterator>));
     
    9393                   utility::weighted_iterator_tag tag) const
    9494    {
    95       // we requre forward iterator since we iterate through the range
     95      // we require forward iterator since we iterate through the range
    9696      // multiple times.
    9797      BOOST_CONCEPT_ASSERT((boost::ForwardIterator<ForwardIter1>));
Note: See TracChangeset for help on using the changeset viewer.