From: janssen Date: Tue, 22 Feb 2011 09:16:23 +0000 (+0000) Subject: a "t" added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f358095234b7ddb85d221d655d77ee34d1d1ba;p=dealii-svn.git a "t" added git-svn-id: https://svn.dealii.org/trunk@23410 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/timer.h b/deal.II/include/deal.II/base/timer.h index ab4783f184..e319ebed8e 100644 --- a/deal.II/include/deal.II/base/timer.h +++ b/deal.II/include/deal.II/base/timer.h @@ -270,7 +270,7 @@ class Timer * * Use of this class could be as follows: * @code - * TimerOuput timer (std::cout, TimerOutput::summary, + * TimerOutput timer (std::cout, TimerOutput::summary, * TimerOutput::wall_times); * * timer.enter_subsection ("Setup dof system");