From 54c7812f9ace28e9614ef3d804f0544f857757bf Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 25 Aug 2010 14:27:19 +0000 Subject: [PATCH] Fix typo in comments. git-svn-id: https://svn.dealii.org/trunk@21705 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 39fdc9b2b4..c1dc36bd5b 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -2146,7 +2146,7 @@ class FiniteElement : public Subscriptor, * empty. In 3D it has the size of * #dofs_per_quad * 8 , where 8 is * the number of orientations, a face can - * be in (all comibinations of the three + * be in (all combinations of the three * bool flags face_orientation, face_flip * and face_rotation). * @@ -2174,7 +2174,7 @@ class FiniteElement : public Subscriptor, * #dofs_per_line. * * The standard implementation fills this - * with zeros, i.e. no permuatation at + * with zeros, i.e. no permutation at * all. Derived finite element classes have * to fill this vector with the correct * values. -- 2.39.5