dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16970
Re: [Branch ~dolfin-core/dolfin/main] Rev 4346: Fix lintian warning spelling-error-in-binary.
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Anders Logg <logg@xxxxxxxxx>
-
Date:
Thu, 10 Dec 2009 13:14:05 +0100
-
In-reply-to:
<20091210114313.9427.88767.launchpad@loganberry.canonical.com>
-
User-agent:
Mutt/1.5.20 (2009-06-14)
Nice! :-)
--
Anders
On Thu, Dec 10, 2009 at 11:43:13AM -0000, noreply@xxxxxxxxxxxxx wrote:
> ------------------------------------------------------------
> revno: 4346
> committer: Johannes Ring <johannr@xxxxxxxxx>
> branch nick: dolfin
> timestamp: Thu 2009-12-10 12:38:15 +0100
> message:
> Fix lintian warning spelling-error-in-binary.
> modified:
> dolfin/la/CholmodCholeskySolver.cpp
> dolfin/la/UmfpackLUSolver.cpp
> dolfin/swig/docstrings.i
>
>
> === modified file 'dolfin/la/CholmodCholeskySolver.cpp'
> --- dolfin/la/CholmodCholeskySolver.cpp 2009-07-10 12:16:02 +0000
> +++ dolfin/la/CholmodCholeskySolver.cpp 2009-12-10 11:38:15 +0000
> @@ -78,7 +78,7 @@
> const uint N = b.size();
>
> if(!cholmod.factorized)
> - error("Factorized solve must be preceeded by call to factorize.");
> + error("Factorized solve must be preceded by call to factorize.");
>
> if(N != cholmod.N)
> error("Vector does not match size of factored matrix");
>
> === modified file 'dolfin/la/UmfpackLUSolver.cpp'
> --- dolfin/la/UmfpackLUSolver.cpp 2009-07-10 12:16:02 +0000
> +++ dolfin/la/UmfpackLUSolver.cpp 2009-12-10 11:38:15 +0000
> @@ -84,7 +84,7 @@
> const uint N = b.size();
>
> if(!umfpack.factorized)
> - error("Factorized solve must be preceeded by call to factorize.");
> + error("Factorized solve must be preceded by call to factorize.");
>
> if(N != umfpack.N)
> error("Vector does not match size of factored matrix");
>
> === modified file 'dolfin/swig/docstrings.i'
> --- dolfin/swig/docstrings.i 2009-12-06 12:00:23 +0000
> +++ dolfin/swig/docstrings.i 2009-12-10 11:38:15 +0000
> @@ -2846,7 +2846,7 @@
>
> %feature("docstring") dolfin::Legendre::eval "
>
> -Evaluation of arbitrary order, nn <= n (usefull ie in
> +Evaluation of arbitrary order, nn <= n (useful ie in
> RadauQuadrature). ";
>
> %feature("docstring") dolfin::Legendre::ddx "";
>
Attachment:
signature.asc
Description: Digital signature