From c416538041bdd0eff958b0be3f51a2aaba97e522 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 20 Nov 2012 15:47:05 +0000 Subject: [PATCH] Fix typos in comments. git-svn-id: https://svn.dealii.org/trunk@27595 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/vector.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/lac/vector.h b/deal.II/include/deal.II/lac/vector.h index cd000ea746..24d3fefd38 100644 --- a/deal.II/include/deal.II/lac/vector.h +++ b/deal.II/include/deal.II/lac/vector.h @@ -81,10 +81,10 @@ struct VectorOperation /** * Numerical vector of data. For this class there are different types - * of functions available. The first type of function mesures the norm - * of the vector in order to mesure its length in a suitable norm. The - * second type support the abgebraic operation for vectors. The third - * und last type helps us to manipulate the components of the vector. + * of functions available. The first type of function measures the norm + * of the vector in order to measure its length in a suitable norm. The + * second type helps us to manipulate the components of the vector. The + * third and last type supports the algebraic operations for vectors. * As opposed to the array of the C++ standard library called * @p vector (with a lowercase "v"), this class implements an element * of a vector space suitable for numerical computations. -- 2.39.5