From: Daniel Arndt Date: Tue, 18 Sep 2018 15:58:16 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.1.0-rc1~702^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8590eab80477d0f0febc40ed20c567da532dbf5;p=dealii.git Fix typo --- diff --git a/include/deal.II/lac/solver_selector.h b/include/deal.II/lac/solver_selector.h index 387ed3c920..32932ba88a 100644 --- a/include/deal.II/lac/solver_selector.h +++ b/include/deal.II/lac/solver_selector.h @@ -47,7 +47,7 @@ DEAL_II_NAMESPACE_OPEN *

Usage

The simplest use of this class is the following: * @code * // generate a @p SolverSelector that calls the @p SolverCG - * SolverConrtol control; + * SolverControl control; * SolverSelector > solver_selector ("cg", control); * * // generate e.g. a @p PreconditionRelaxation