From: wolf Date: Mon, 23 Apr 2001 15:56:44 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e0ed78d2f67016dc19c774ae5b3e9217734af8;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@4467 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-8/step-8.cc b/deal.II/examples/step-8/step-8.cc index c767e4d2e2..97d27c551c 100644 --- a/deal.II/examples/step-8/step-8.cc +++ b/deal.II/examples/step-8/step-8.cc @@ -809,12 +809,12 @@ void ElasticProblem::refine_grid () // The output happens mostly as has // been shown in previous examples // already. The only difference is - // not that the solution function is - // std::vector values. The ``DataOut'' + // that the solution function is + // vector valued. The ``DataOut'' // class takes care of this // automatically, but we have to give // each component of the solution - // std::vector a different name. + // vector a different name. template void ElasticProblem::output_results (const unsigned int cycle) const {