From: Timo Heister Date: Wed, 19 Mar 2014 18:49:09 +0000 (+0000) Subject: fix some typos X-Git-Tag: v8.2.0-rc1~679 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9076c27c1e671d96be1620dfdcb1d9bb18e72e;p=dealii.git fix some typos git-svn-id: https://svn.dealii.org/trunk@32670 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h index 59975c1929..15c88ba36d 100644 --- a/deal.II/include/deal.II/fe/mapping.h +++ b/deal.II/include/deal.II/fe/mapping.h @@ -80,10 +80,8 @@ enum MappingType */ mapping_piola = 0x0100, /** - transformation for the gradient of - for a vector field - correspoing to a mapping_piola - transformation (see Mapping::transform() for details). + transformation for the gradient of a vector field corresponding to a + mapping_piola transformation (see Mapping::transform() for details). */ mapping_piola_gradient = 0x0101,