From: Baerbel Jannsen Date: Tue, 22 Feb 2011 09:16:23 +0000 (+0000) Subject: a "t" added X-Git-Tag: v8.0.0~4292 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb6d9d6e3fd5f4fb27a664465a4c474cd6b6cba;p=dealii.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");