From: Wolfgang Bangerth Date: Mon, 21 Oct 2002 14:16:45 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~17295 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4abf0fe9a93ff2c43f8e36dd0fc5d10583c9d82f;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@6691 0785d39b-7218-0410-832d-ea1e28bc413d --- 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}.