diff src/assemble_system.cc @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents 61830a4f9ab9
children
line wrap: on
line diff
--- a/src/assemble_system.cc	Thu Aug 14 17:10:29 2014 +0200
+++ b/src/assemble_system.cc	Thu Aug 14 17:55:32 2014 +0200
@@ -35,8 +35,8 @@
 The output @var{A} is a matrix representing the @var{form_a} while \
 @var{b} represents @var{form_L}. \n\
 If boundary conditions have to be applied to a vector for a nonlinear problem \
-then it should be provide as 3rd argument and it will be given back \
-as the 3rd output argument. For an example of this situation, please refer \
+then it should be provided as third argument and it will be given back \
+as the third output argument. For an example of this situation, please refer \
 to the HyperElasticity example. \n\
 @seealso{BilinearForm, LinearForm, ResidualForm, JacobianForm, Functional}\n\
 @end deftypefn")