From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 12:20:26 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~7604 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261b0ac09899f8c2e18aa8df836cfcafc06e4dbf;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@18946 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)