From 261b0ac09899f8c2e18aa8df836cfcafc06e4dbf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 12:20:26 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@18946 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index ab08d4b446..574f520252 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -3,7 +3,7 @@ /* $Id$ */ /* */ -/* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors */ +/* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -445,7 +445,7 @@ void LaplaceProblem::assemble_system () // world they look alike and you will // probably never see a difference although // the classes that this typedef stands for - // are in fact completelye unrelated: + // are in fact completely unrelated: typename DoFHandler::active_cell_iterator cell = dof_handler.begin_active(), endc = dof_handler.end(); for (; cell!=endc; ++cell) -- 2.39.5