]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a few typos. 2607/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 17 May 2016 12:15:17 +0000 (08:15 -0400)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 17 May 2016 12:15:17 +0000 (08:15 -0400)
include/deal.II/lac/la_vector.h
include/deal.II/lac/vector_space_vector.h
tests/lac/readwritevector_assignment.cc [moved from tests/lac/readwritevector_assignement.cc with 100% similarity]
tests/lac/readwritevector_assignment.output [moved from tests/lac/readwritevector_assignement.output with 100% similarity]

index 51b1dce50236069edc410b76deba10a9de18d590..880b37a4ce9df920b3253ca9d7a4340485e53681 100644 (file)
@@ -123,7 +123,7 @@ namespace LinearAlgebra
     virtual Vector<Number> &operator+= (const VectorSpaceVector<Number> &V);
 
     /**
-     * Substract the vector @p V from the present one.
+     * Subtract the vector @p V from the present one.
      */
     virtual Vector<Number> &operator-= (const VectorSpaceVector<Number> &V);
 
@@ -168,12 +168,12 @@ namespace LinearAlgebra
     /**
      * Scale each element of this vector by the corresponding element in the
      * argument. This function is mostly meant to simulate multiplication (and
-     * immediate re-assignement) by a diagonal scaling matrix.
+     * immediate re-assignment) by a diagonal scaling matrix.
      */
     virtual void scale(const VectorSpaceVector<Number> &scaling_factors);
 
     /**
-     * Assignement <tt>*this = a*V</tt>.
+     * Assignment <tt>*this = a*V</tt>.
      */
     virtual void equ(const Number a, const VectorSpaceVector<Number> &V);
 
index 9d0651582676a28de0adfa7d9d9147643e9bab67..837f4c4da3fd338733335eed5e270a3f65527ac0 100644 (file)
@@ -117,12 +117,12 @@ namespace LinearAlgebra
     /**
      * Scale each element of this vector by the corresponding element in the
      * argument. This function is mostly meant to simulate multiplication (and
-     * immediate re-assignement) by a diagonal scaling matrix.
+     * immediate re-assignment) by a diagonal scaling matrix.
      */
     virtual void scale(const VectorSpaceVector<Number> &scaling_factors) = 0;
 
     /**
-     * Assignement <tt>*this = a*V</tt>.
+     * Assignment <tt>*this = a*V</tt>.
      */
     virtual void equ(const Number a, const VectorSpaceVector<Number> &V) = 0;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.