From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 16:49:47 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~15356 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556bb86ab7771eed4dbb280c14b5da88acd39b76;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@8993 0785d39b-7218-0410-832d-ea1e28bc413d --- 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