From: Wolfgang Bangerth Date: Thu, 25 May 2006 21:05:17 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~11717 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef6e7510ba4059ac007430f340df3b677365655;p=dealii.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 ();