From: Martin Kronbichler Date: Wed, 25 Aug 2010 14:27:19 +0000 (+0000) Subject: Fix typo in comments. X-Git-Tag: v8.0.0~5693 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c7812f9ace28e9614ef3d804f0544f857757bf;p=dealii.git Fix typo in comments. git-svn-id: https://svn.dealii.org/trunk@21705 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.