From: hartmann Date: Tue, 20 Apr 2004 07:32:30 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0f82ac4827cde687858d82ff22fbd58fdbfc9e;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@9067 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 11a158a714..c14b1cb7d6 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -4,7 +4,7 @@ /* $Id$ */ /* Version: $Name$ */ /* */ -/* Copyright (C) 2002, 2003 by the deal.II authors */ +/* Copyright (C) 2002, 2003, 2004 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -175,7 +175,7 @@ namespace Evaluation // to be a little bit more careful // here. What we do is to loop over // all cells, even if we have found - // the point already on once cell, + // the point already on one cell, // and use the mean value of the // gradient at the vertex taken // from all adjacent cells. diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index 61b632ca90..ff1573209a 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -452,7 +452,7 @@ void ElasticProblem::setup_system () // contributions into the global matrix or // right hand side vector, we actually have // to transfer these entries to the other - // process. Furtunately, we don't have to do + // process. Fortunately, we don't have to do // this by hand, PETSc does all this for us // by caching these elements locally, and // sending them to the other processes as