From: bangerth Date: Wed, 12 Aug 2009 03:56:34 +0000 (+0000) Subject: One typo fix. Enough for today. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b754653d360fd448e0c5f2184553bcd9fd9119ce;p=dealii-svn.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