From: Peter Munch Date: Mon, 16 Oct 2023 07:47:00 +0000 (+0200) Subject: Fix two typos X-Git-Tag: relicensing~391^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd2ee45c28676c8f081cffbb8a186e792ee14e6;p=dealii.git Fix two typos --- diff --git a/examples/step-87/step-87.cc b/examples/step-87/step-87.cc index cf6fad791a..d47034a54d 100644 --- a/examples/step-87/step-87.cc +++ b/examples/step-87/step-87.cc @@ -436,7 +436,7 @@ namespace Step87 } } - // @sect3{Mini example 2: Closest-point evaluation of a distributed mesh} + // @sect3{Mini example 2: Closest-point evaluation on a distributed mesh} // // In this mini example, we perform a closest-point projection for each // support point of a mesh within a narrow band by iteratively solving for diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index dd3e9a2b39..f00189551e 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -226,7 +226,7 @@ public: get_user_constraint_matrix(const unsigned int level) const; /** - * Merge selected constraints of a specifiedlevel into a given single + * Merge selected constraints of a specified @p level into a given single * AffineConstraints object. * * @param constraints AffineConstraints object to be filled.