From: Martin Kronbichler Date: Tue, 2 Aug 2011 09:00:00 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v8.0.0~3780 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4aa39c91ad4dcb4a750822755041442b08b955;p=dealii.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@23988 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */