From 171d004cb4d8cedec2b803dc79cf0256dfe8acaf Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Thu, 12 Dec 2013 13:04:10 +0000
Subject: [PATCH] BUG: fvIOoptionList - corrected typo in output messaage -
 mantis #1109

---
 src/fvOptions/fvOptions/fvIOoptionList.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fvOptions/fvOptions/fvIOoptionList.C b/src/fvOptions/fvOptions/fvIOoptionList.C
index 287e4171be4..0a7ab4e6fc9 100644
--- a/src/fvOptions/fvOptions/fvIOoptionList.C
+++ b/src/fvOptions/fvOptions/fvIOoptionList.C
@@ -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;
-- 
GitLab