lemon/circulation.h
changeset 2408 467ca6d16556
parent 2391 14a343be7a5a
child 2450 719220885b90
     1.1 --- a/lemon/circulation.h	Tue Mar 13 15:35:56 2007 +0000
     1.2 +++ b/lemon/circulation.h	Tue Mar 13 15:42:06 2007 +0000
     1.3 @@ -130,9 +130,9 @@
     1.4      ///Check if the default \c x is a feasible circulation
     1.5      bool checkX() { return checkX(_x); }
     1.6  
     1.7 -    ///Chech if \c bar is a real barrier
     1.8 +    ///Check if \c bar is a real barrier
     1.9  
    1.10 -    ///Chech if \c bar is a real barrier
    1.11 +    ///Check if \c bar is a real barrier
    1.12      ///\sa barrier()
    1.13      template<class GT>
    1.14      bool checkBarrier(GT &bar) 
    1.15 @@ -150,9 +150,9 @@
    1.16  	}
    1.17        return _tol.negative(delta);
    1.18      }  
    1.19 -    ///Chech whether or not the last execution provides a barrier
    1.20 +    ///Check whether or not the last execution provides a barrier
    1.21  
    1.22 -    ///Chech whether or not the last execution provides a barrier
    1.23 +    ///Check whether or not the last execution provides a barrier
    1.24      ///\sa barrier()
    1.25      bool checkBarrier() 
    1.26      {