From 74ac83facaee56de6bd8cff1ccae0692e1d2e079 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 28 Dec 2018 14:39:09 +0100 Subject: [PATCH] Fix a typo --- include/deal.II/matrix_free/fe_evaluation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 55c1116976..f1b37b0c95 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -2538,7 +2538,7 @@ private: * quadrature points and face integrations. The design of the class is similar * to FEEvaluation and most of the interfaces are shared with that class, in * particular most access functions that come from the common base classes - * FEEvaluationAccess and FEEvaluatioBase. Furthermore, the relation of this + * FEEvaluationAccess and FEEvaluationBase. Furthermore, the relation of this * class to FEEvaluation is similar to the relation between FEValues and * FEFaceValues. * -- 2.39.5