From 0bdd09b81e171501d38ac61f98e3e3f6d351eea5 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Wed, 9 Nov 2022 17:20:17 -0700
Subject: [PATCH] Fix a mistake in the documentation.

---
 source/fe/fe_simplex_p.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/fe/fe_simplex_p.cc b/source/fe/fe_simplex_p.cc
index 4d559e5363..81021951de 100644
--- a/source/fe/fe_simplex_p.cc
+++ b/source/fe/fe_simplex_p.cc
@@ -733,7 +733,7 @@ FE_SimplexP<dim, spacedim>::hp_vertex_dof_identities(
     }
   else if (fe_other.n_unique_faces() == 1 && fe_other.n_dofs_per_face(0) == 0)
     {
-      // if the other element has no elements on faces at all,
+      // if the other element has no DoFs on faces at all,
       // then it would be impossible to enforce any kind of
       // continuity even if we knew exactly what kind of element
       // we have -- simply because the other element declares
-- 
2.39.5