From 0708a5d9ca63d7eaaa6983197ceb619ba93bddb1 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 28 Jul 2005 20:03:14 +0000 Subject: [PATCH] Fix wording. git-svn-id: https://svn.dealii.org/trunk@11210 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index 27683df197..b06529e230 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -92,7 +92,7 @@ class ConstraintMatrix; * $f_i = \int_\Omega f(x) \phi_i(x) dx$. The solution vector $v$ then is * the projection. * - * In order to get proper results, it may necessary to treat + * In order to get proper results, it be may necessary to treat * boundary conditions right. Below are listed some cases where this * may be needed. If needed, this is done by L2-projection of * the trace of the given function onto the finite element space -- 2.39.5