From: Wolfgang Bangerth Date: Fri, 18 Mar 2005 04:02:23 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~14353 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9357acf387a4f2f4cf17fe53dc348eeec181fbb8;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@10184 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index b46231fd77..da3431b476 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -4,7 +4,7 @@ /* $Id$ */ /* Version: $Name$ */ /* */ -/* Copyright (C) 2000, 2004 by the deal.II authors */ +/* Copyright (C) 2000, 2004, 2005 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -997,7 +997,7 @@ void ElasticProblem::output_results (const unsigned int cycle) const // processes, not only the one that // actually needs the data. This can't be // avoided, however, with the communication - // model of MPI: MPi does not have a way to + // model of MPI: MPI does not have a way to // query data on another process, both // sides have to initiate a communication // at the same time. So even though most of