From 39eaf78dc340adc74f3037cfeaadf506d4cb91c3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 May 2018 09:39:10 +0800 Subject: [PATCH] Fix a typo (twice) live in front of 60 students. --- include/deal.II/dofs/dof_handler.h | 2 +- include/deal.II/hp/dof_handler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5