diff -r 114920bd21ef -r 58f70400e139 lemon/time_measure.h --- a/lemon/time_measure.h Wed Apr 15 07:05:32 2009 +0100 +++ b/lemon/time_measure.h Wed Apr 15 07:07:25 2009 +0100 @@ -287,7 +287,7 @@ /// Timer(bool run=true) :_running(run) {_reset();} - ///\name Control the state of the timer + ///\name Control the State of the Timer ///Basically a Timer can be either running or stopped, ///but it provides a bit finer control on the execution. ///The \ref lemon::Timer "Timer" also counts the number of @@ -395,7 +395,7 @@ ///@} - ///\name Query Functions for the ellapsed time + ///\name Query Functions for the Ellapsed Time ///@{