From e43d8dd01fe9ec79f4597b425324de6e3f3b385a Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 18 Dec 2010 04:56:47 +0000 Subject: [PATCH] Fix a grammar fail. git-svn-id: https://svn.dealii.org/trunk@22999 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h index fb3e9e4b84..3287568555 100644 --- a/deal.II/include/deal.II/numerics/vectors.h +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -312,7 +312,7 @@ class ConstraintMatrix; * function is automatically projected along the curve, and the * difference is only computed on the tangential part of the * gradient, since no information is available, on the finite - * dimensional one, on the normal component of the gradient. + * dimensional one, on the normal component of the gradient. * * * All functions use the finite element given to the DoFHandler object the last @@ -641,7 +641,7 @@ class VectorTools const std::vector &component_mask = std::vector()); /** - * @deprecated This function is there mainly + * @deprecated This function exists mainly * for backward compatibility. * * Same function as above, but -- 2.39.5