From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:56:34 +0000 (+0000) Subject: One typo fix. Enough for today. X-Git-Tag: v8.0.0~7332 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6723eb1f3299684a0504050227a9661f8e222b9;p=dealii.git One typo fix. Enough for today. git-svn-id: https://svn.dealii.org/trunk@19236 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 48759b5a23..5b74322454 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -928,7 +928,7 @@ class BoussinesqFlowProblem // The constructor of the problem is very // similar to the constructor in // step-31. What is different is the - // %parallel communication: Trilins uses a + // %parallel communication: Trilinos uses a // message passing interface (MPI) for // data distribution. When entering the // BoussinesqFlowProblem class, we have