From 5ee8de4fa8f77cb359a221e682a84b2673201725 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 15 Mar 2011 08:05:42 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.dealii.org/trunk@23479 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/solver_gmres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5