BUG: fvIOoptionList - corrected typo in output messaage - mantis #1109

This commit is contained in:
andy
2013-12-12 13:04:10 +00:00
parent eee22d19b1
commit 171d004cb4

View File

@ -45,7 +45,7 @@ Foam::IOobject Foam::fv::IOoptionList::createIOobject
if (io.headerOk())
{
Info<< "Creating fintite volume options from " << io.name() << nl
Info<< "Creating finite volume options from " << io.name() << nl
<< endl;
io.readOpt() = IOobject::MUST_READ_IF_MODIFIED;