From e6965ce7709f89ae2e7f062c56549f536e1d6d99 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 19 Mar 2014 18:49:09 +0000 Subject: [PATCH] fix some typos git-svn-id: https://svn.dealii.org/trunk@32670 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/mapping.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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, -- 2.39.5