From f854193449e989bbc9313da485150abeee9bf5b0 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Mon, 7 May 2007 10:45:55 +0000 Subject: [PATCH] Fixed typo. [[Imported from SVN: r769]] --- istl/preconditioners.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/istl/preconditioners.hh b/istl/preconditioners.hh index e54a7ec93..3f58c6057 100644 --- a/istl/preconditioners.hh +++ b/istl/preconditioners.hh @@ -22,7 +22,7 @@ namespace Dune { * @ingroup ISTL_Solvers * * All of our \ref ISTL_Solvers "Krylow solvers" are preconditioned versions. - * There are sequential precondiotioner (e,g. SeqJacobi, SeqSOR, SeqSSOR) as well as parallel preconditioners + * There are sequential preconditioners (e,g. SeqJacobi, SeqSOR, SeqSSOR) as well as parallel preconditioners * (e.g. AMG, BlockPreconditioner) available for plugging them into the solvers * together with matching ScalarProducts. * -- GitLab