From: Daniel Arndt Date: Mon, 4 Nov 2024 12:34:07 +0000 (-0500) Subject: Fix typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17835%2Fhead;p=dealii.git Fix typos --- diff --git a/include/deal.II/non_matching/quadrature_generator.h b/include/deal.II/non_matching/quadrature_generator.h index 00d96c62f6..fcc973e851 100644 --- a/include/deal.II/non_matching/quadrature_generator.h +++ b/include/deal.II/non_matching/quadrature_generator.h @@ -966,7 +966,7 @@ namespace NonMatching std::vector> point_restrictions; /** - * Class used to find the roots of the above 1d-restictions. + * Class used to find the roots of the above 1d-restrictions. */ RootFinder root_finder; diff --git a/tests/matrix_free/step-37-inhomogeneous-1.cc b/tests/matrix_free/step-37-inhomogeneous-1.cc index b98ca7ce1f..082990719f 100644 --- a/tests/matrix_free/step-37-inhomogeneous-1.cc +++ b/tests/matrix_free/step-37-inhomogeneous-1.cc @@ -80,7 +80,7 @@ namespace Step37 public: virtual double value(const Point &p, - const unsigned int /*compononent*/ = 0) const override + const unsigned int /*component*/ = 0) const override { return value(p); } diff --git a/tests/multigrid-global-coarsening/step-37-inhomogeneous-1.cc b/tests/multigrid-global-coarsening/step-37-inhomogeneous-1.cc index 259ccb4461..11ecfec517 100644 --- a/tests/multigrid-global-coarsening/step-37-inhomogeneous-1.cc +++ b/tests/multigrid-global-coarsening/step-37-inhomogeneous-1.cc @@ -80,7 +80,7 @@ namespace Step37 public: virtual double value(const Point &p, - const unsigned int /*compononent*/ = 0) const override + const unsigned int /*component*/ = 0) const override { return value(p); }