From: Fabian Castelli Date: Tue, 26 Oct 2021 11:06:09 +0000 (+0200) Subject: Fix typos in hp::FECollection doc X-Git-Tag: v9.4.0-rc1~891^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12886%2Fhead;p=dealii.git Fix typos in hp::FECollection doc --- 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;