From: Wolfgang Bangerth Date: Tue, 16 Jan 2018 01:34:57 +0000 (-0700) Subject: Fix a grammar error. X-Git-Tag: v9.0.0-rc1~569^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5738%2Fhead;p=dealii.git Fix a grammar error. --- diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index b357d3d58f..dc3357d030 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -372,7 +372,7 @@ public: /** * Go through the triangulation and "distribute" the degrees of freedoms * needed for the given finite element. "Distributing" degrees of freedom - * involved allocating memory to store the information that describes it + * involves allocating memory to store the information that describes it * (e.g., whether it is located on a vertex, edge, face, etc) and to * sequentially enumerate all degrees of freedom. In other words, while the * mesh and the finite element object by themselves simply define a finite diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index dfe441e216..28aaea76a7 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -282,7 +282,7 @@ namespace hp /** * Go through the triangulation and "distribute" the degrees of freedoms * needed for the given finite element. "Distributing" degrees of freedom - * involved allocating memory to store the information that describes it + * involves allocating memory to store the information that describes it * (e.g., whether it is located on a vertex, edge, face, etc) and to * sequentially enumerate all degrees of freedom. In other words, while * the mesh and the finite element object by themselves simply define a