From: Daniel Arndt Date: Fri, 28 Dec 2018 13:39:09 +0000 (+0100) Subject: Fix a typo X-Git-Tag: v9.1.0-rc1~477^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ac83facaee56de6bd8cff1ccae0692e1d2e079;p=dealii.git Fix a typo --- 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. *