From cb4e742a40fd1860fd5e796db658ea3264c5d777 Mon Sep 17 00:00:00 2001
From: David Wells <wellsd2@rpi.edu>
Date: Fri, 15 Jan 2016 09:29:23 -0500
Subject: [PATCH] Fix a typo in LinearOperator's description.

---
 include/deal.II/lac/linear_operator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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<Domain, Range> &);
  * @endcode
  *
  * @note This class makes heavy use of <code>std::function</code> 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).
-- 
2.39.5