From 8c4c421026f35f68356043960268a942ee2c3804 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 9 Aug 2012 13:31:51 +0000 Subject: [PATCH] typo in comment git-svn-id: https://svn.dealii.org/trunk@25808 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/derivative_approximation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/numerics/derivative_approximation.h b/deal.II/include/deal.II/numerics/derivative_approximation.h index 9131237c3a..1e40043c95 100644 --- a/deal.II/include/deal.II/numerics/derivative_approximation.h +++ b/deal.II/include/deal.II/numerics/derivative_approximation.h @@ -39,7 +39,7 @@ namespace hp * * The way the difference quotients are computed on cell $K$ is the * following (here described for the approximation of the gradient of - * a finite element field, but see below for higher derivatived): let + * a finite element field, but see below for higher derivatives): let * $K'$ be a neighboring cell, and let $y_{K'}=x_{K'}-x_K$ be the * distance vector between the centers of the two cells, then * $ \frac{u_h(x_{K'}) - u_h(x_K)}{ \|y_{K'}\| }$ -- 2.39.5