From: David Wells Date: Fri, 15 Jan 2016 14:29:23 +0000 (-0500) Subject: Fix a typo in LinearOperator's description. X-Git-Tag: v8.4.0-rc2~92^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4e742a40fd1860fd5e796db658ea3264c5d777;p=dealii.git Fix a typo in LinearOperator's description. --- diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index 469145cdba..e2ef656343 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -100,7 +100,7 @@ null_operator(const LinearOperator &); * @endcode * * @note This class makes heavy use of std::function objects - * and lambda functions. This flexibiliy comes with a run-time penalty. + * and lambda functions. This flexibility comes with a run-time penalty. * Only use this object to encapsulate matrix object of medium to large * size (as a rule of thumb, sparse matrices with a size $1000\times1000$, * or larger).