From a6723eb1f3299684a0504050227a9661f8e222b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:56:34 +0000 Subject: [PATCH] One typo fix. Enough for today. git-svn-id: https://svn.dealii.org/trunk@19236 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5