From 8254fbb67e7245a3bc5d0cc1fd5223abf001308d Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 15 Mar 2022 17:29:45 +0100 Subject: [PATCH] Fix typo --- include/deal.II/lac/precondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 19cc50c7e3..f343250cf4 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -1740,7 +1740,7 @@ public: /** * A struct that contains information about the eigenvalue estimation - * performed by the PreconditionChebychev class. + * performed by the PreconditionChebyshev class. */ struct EigenvalueInformation { -- 2.39.5