From: wolf Date: Thu, 25 May 2006 21:05:17 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d0b5af2abaf9c2bc185aa5807184d50103a69d;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@13136 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index a537df1681..36adfd7cb3 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -79,7 +79,7 @@ class Timer double stop (); /** - * Stop the timer if neccessary and reset + * Stop the timer if necessary and reset * the elapsed time to zero. */ void reset ();