From dd4aa39c91ad4dcb4a750822755041442b08b955 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 2 Aug 2011 09:00:00 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@23988 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/precondition.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deal.II/include/deal.II/lac/precondition.h b/deal.II/include/deal.II/lac/precondition.h index 914f06aca9..0d96f8f45b 100644 --- a/deal.II/include/deal.II/lac/precondition.h +++ b/deal.II/include/deal.II/lac/precondition.h @@ -57,10 +57,10 @@ class PreconditionIdentity : public Subscriptor public: /** - * This function is only - * present to + * This function is only + * present to * provide the interface of - * a precondtioner to be + * a preconditioner to be * handed to a smoother. * This does nothing. */ @@ -115,10 +115,10 @@ class PreconditionIdentity : public Subscriptor void Tvmult_add (VECTOR&, const VECTOR&) const; /** - * This function is only - * present to + * This function is only + * present to * provide the interface of - * a precondtioner to be + * a preconditioner to be * handed to a smoother. * This does nothing. */ @@ -219,10 +219,10 @@ class PreconditionRichardson : public Subscriptor void Tvmult_add (VECTOR&, const VECTOR&) const; /** - * This function is only - * present to + * This function is only + * present to * provide the interface of - * a precondtioner to be + * a preconditioner to be * handed to a smoother. * This does nothing. */ -- 2.39.5