From: wolf Date: Wed, 12 Apr 2006 01:42:53 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29cc87d93e5fafdf68a84f0b11e6c565e1d651c5;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@12824 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 06d1233400..7d17b68c68 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -228,7 +228,7 @@ class ConstraintMatrix; * The function @p integrate_difference performs the calculation of * the error between a given (continuous) reference function and the * finite element solution in different norms. The integration is - * performed using a given quadrature formulae and assumes that the + * performed using a given quadrature formula and assumes that the * given finite element objects equals that used for the computation * of the solution. *