From: heister Date: Wed, 19 Mar 2014 18:49:09 +0000 (+0000) Subject: fix some typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6965ce7709f89ae2e7f062c56549f536e1d6d99;p=dealii-svn.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,