From: Ralf Hartmann Date: Mon, 22 Aug 2005 12:53:50 +0000 (+0000) Subject: Three more typos. X-Git-Tag: v8.0.0~13284 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526d365c46fc99d902ec8fd088ddff7e89601e2c;p=dealii.git Three more typos. git-svn-id: https://svn.dealii.org/trunk@11303 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index ae5827a93e..89173e5c88 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1813,7 +1813,7 @@ namespace QuasiStaticElasticity // @sect4{TopLevel::output_results} - // This function generate the + // This function generates the // graphical output in intermediate // format as explained in the // introduction. Each process will @@ -2768,7 +2768,7 @@ namespace QuasiStaticElasticity // Note that the result, a // rotation matrix, is in // general an antisymmetric - // tensor or rank 2, so we must + // tensor of rank 2, so we must // store it as a full tensor. // With this rotation matrix, @@ -2806,7 +2806,7 @@ namespace QuasiStaticElasticity // symmetric; it will // then raise an // exception. To avoid - // that, we explicityly + // that, we explicitly // symmetrize the // result to make it // exactly symmetric.