From: Martin Kronbichler Date: Tue, 15 Mar 2011 08:05:42 +0000 (+0000) Subject: Typo. X-Git-Tag: v8.0.0~4223 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee8de4fa8f77cb359a221e682a84b2673201725;p=dealii.git Typo. git-svn-id: https://svn.dealii.org/trunk@23479 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/solver_gmres.h b/deal.II/include/deal.II/lac/solver_gmres.h index e43f846674..f7527d75d3 100644 --- a/deal.II/include/deal.II/lac/solver_gmres.h +++ b/deal.II/include/deal.II/lac/solver_gmres.h @@ -121,7 +121,7 @@ namespace internal * * The AdditionalData structure contains the number of temporary * vectors used. The size of the Arnoldi basis is this number minus - * three. Addinitonally, it allows you to choose bet right or left + * three. Additionally, it allows you to choose between right or left * preconditioning. The default is left preconditioning. Finally it * includes a flag indicating whether or not the default residual is * used as stopping criterion.