From 556bb86ab7771eed4dbb280c14b5da88acd39b76 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 16:49:47 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@8993 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/step-17.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index b5e659178e..3569f1f0c2 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -877,7 +877,7 @@ unsigned int ElasticProblem::solve () // time (or start their work for the next // iteration, or simply yield their CPUs to // other jobs that happen to run at the same - // time). The second thing is tath we not + // time). The second thing is that we not // only output the solution vector, but also // a vector that indicates which subdomain // each cell belongs to. This will make for -- 2.39.5