From 96f358095234b7ddb85d221d655d77ee34d1d1ba Mon Sep 17 00:00:00 2001 From: janssen Date: Tue, 22 Feb 2011 09:16:23 +0000 Subject: [PATCH] a "t" added git-svn-id: https://svn.dealii.org/trunk@23410 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5