From: Wolfgang Bangerth Date: Tue, 5 Dec 2023 16:15:02 +0000 (-0700) Subject: Fix the spelling of a function in the documentation. X-Git-Tag: relicensing~265^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16320%2Fhead;p=dealii.git Fix the spelling of a function in the documentation. --- diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index a16ad141cc..42207e37ef 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -877,7 +877,7 @@ public: * The number is the same as for max_couplings_between_dofs() in one * dimension less. * - * @note The same applies to this function as to max_couplings_per_dofs() as + * @note The same applies to this function as to max_couplings_between_dofs() as * regards the performance of this function. Think about one of the dynamic * sparsity pattern classes instead (see * @ref Sparsity).