lemon/time_measure.h
changeset 584 33c6b6e755cd
parent 548 94387da47f79
child 786 e20173729589
     1.1 --- a/lemon/time_measure.h	Tue Apr 14 10:40:33 2009 +0100
     1.2 +++ b/lemon/time_measure.h	Wed Apr 15 02:04:37 2009 +0200
     1.3 @@ -287,7 +287,7 @@
     1.4      ///
     1.5      Timer(bool run=true) :_running(run) {_reset();}
     1.6  
     1.7 -    ///\name Control the state of the timer
     1.8 +    ///\name Control the State of the Timer
     1.9      ///Basically a Timer can be either running or stopped,
    1.10      ///but it provides a bit finer control on the execution.
    1.11      ///The \ref lemon::Timer "Timer" also counts the number of
    1.12 @@ -395,7 +395,7 @@
    1.13  
    1.14      ///@}
    1.15  
    1.16 -    ///\name Query Functions for the ellapsed time
    1.17 +    ///\name Query Functions for the Ellapsed Time
    1.18  
    1.19      ///@{
    1.20