1.1 --- a/lemon/time_measure.h Sat Apr 18 21:54:30 2009 +0200
1.2 +++ b/lemon/time_measure.h Tue Apr 21 10:34:49 2009 +0100
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