# HG changeset patch # User gedeone-octave # Date 1383870955 0 # Node ID 536ee96a8cd02ef08a629bda53cf0372f60a3acc # Parent b40f22aad4af0063d7144a6d088d03899dd3aad6 Fix other errors in the documentation. diff -r b40f22aad4af -r 536ee96a8cd0 INDEX --- a/INDEX Fri Nov 08 00:29:56 2013 +0000 +++ b/INDEX Fri Nov 08 00:35:55 2013 +0000 @@ -3,7 +3,7 @@ import_ufl_BilinearForm import_ufl_LinearForm import_ufl_Functional - import_ufl_FunctioSpace + import_ufl_FunctionSpace import_ufl_Problem Problem geometry and FE space Mesh diff -r b40f22aad4af -r 536ee96a8cd0 src/DirichletBC.cc --- a/src/DirichletBC.cc Fri Nov 08 00:29:56 2013 +0000 +++ b/src/DirichletBC.cc Fri Nov 08 00:35:55 2013 +0000 @@ -36,7 +36,7 @@ @item @var{Boundary} is an Array which contains the label(s) of the \ side(s) where the BC has to be applied.\n\ @end itemize\n\ -The output @var{BC} is an object which contains the boundary conditions\n\ +The output @var{bc} is an object which contains the boundary conditions\n\ @seealso{Mesh, FunctionSpace}\n\ @end deftypefn") {