From a4943e9285f46c0a05bb312dfa1b39e5f1cb0f4f Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 21 Oct 2002 14:16:45 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@6691 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/auto_derivative_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/auto_derivative_function.h b/deal.II/base/include/base/auto_derivative_function.h index 1c5702814b..526ebb7975 100644 --- a/deal.II/base/include/base/auto_derivative_function.h +++ b/deal.II/base/include/base/auto_derivative_function.h @@ -210,7 +210,7 @@ class AutoDerivativeFunction : public Function * over the different components * of the function. * - * Imployes numerical difference + * Imploys numerical difference * quotients using the preset * @p{DifferenceFormula} * @p{formula}. -- 2.39.5