From 9357acf387a4f2f4cf17fe53dc348eeec181fbb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Mar 2005 04:02:23 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@10184 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/step-17.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5