From: Peter Munch <peterrmuench@gmail.com>
Date: Tue, 15 Mar 2022 16:29:45 +0000 (+0100)
Subject: Fix typo
X-Git-Tag: v9.4.0-rc1~367^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13542%2Fhead;p=dealii.git

Fix typo
---

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
   {