From: Wolfgang Bangerth Date: Tue, 22 May 2018 01:39:10 +0000 (+0800) Subject: Fix a typo (twice) live in front of 60 students. X-Git-Tag: v9.1.0-rc1~1119^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6643%2Fhead;p=dealii.git Fix a typo (twice) live in front of 60 students. --- diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index 88b369bf3f..31abd6307e 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -371,7 +371,7 @@ public: /** * Go through the triangulation and "distribute" the degrees of - * freedoms needed for the given finite element. "Distributing" + * freedom needed for the given finite element. "Distributing" * degrees of freedom involves allocating memory to store the * indices on all entities on which degrees of freedom can be * located (e.g., vertices, edges, faces, etc.) and to then enumerate diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index 42ab2d8e26..5563a27326 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -294,7 +294,7 @@ namespace hp /** * Go through the triangulation and "distribute" the degrees of - * freedoms needed for the given finite element. "Distributing" + * freedom needed for the given finite element. "Distributing" * degrees of freedom involves allocating memory to store the * indices on all entities on which degrees of freedom can be * located (e.g., vertices, edges, faces, etc.) and to then enumerate