* cells of a triangulation.
*
* This class has not yet been implemented for the use in the codimension
- * one case (<tt>spacedim != dim </tt>).
+ * one case (<tt>spacedim != dim</tt>).
*
* @ingroup hp hpcollection
*/
* 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;
* 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;