From c85ab1e3e13653035adaa3e3829c6d5c010cae25 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Tue, 26 Oct 2021 13:06:09 +0200 Subject: [PATCH] Fix typos in hp::FECollection doc --- include/deal.II/hp/fe_collection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/hp/fe_collection.h b/include/deal.II/hp/fe_collection.h index 428552e0f1..abc10fb004 100644 --- a/include/deal.II/hp/fe_collection.h +++ b/include/deal.II/hp/fe_collection.h @@ -45,7 +45,7 @@ namespace hp * cells of a triangulation. * * This class has not yet been implemented for the use in the codimension - * one case (spacedim != dim ). + * one case (spacedim != dim). * * @ingroup hp hpcollection */ @@ -586,7 +586,7 @@ namespace hp * By default, the index succeeding @p fe_index will be returned. If @p fe_index * already corresponds to the last index, the last index will be returned. * A custom hierarchy can be supplied via the member function - * set_hierachy(). + * set_hierarchy(). */ unsigned int next_in_hierarchy(const unsigned int fe_index) const; @@ -598,7 +598,7 @@ namespace hp * By default, the index preceding @p fe_index will be returned. If @p fe_index * already corresponds to the first index, the first index will be returned. * A custom hierarchy can be supplied via the member function - * set_hierachy(). + * set_hierarchy(). */ unsigned int previous_in_hierarchy(const unsigned int fe_index) const; -- 2.39.5