Corrected spelling mistake existance -> existence

Patch provided by Bruno Santos
Resolves patch request https://bugs.openfoam.org/view.php?id=2425
This commit is contained in:
Henry Weller
2017-01-08 23:08:41 +00:00
parent e6ef6eab85
commit 959e4f17c9
4 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -267,7 +267,7 @@ Foam::fvMesh::fvMesh(const IOobject& io)
InfoInFunction << "Constructing fvMesh from IOobject" << endl;
}
// Check the existance of the cell volumes and read if present
// Check the existence of the cell volumes and read if present
// and set the storage of V00
if (isFile(time().timePath()/"V0"))
{
@ -288,7 +288,7 @@ Foam::fvMesh::fvMesh(const IOobject& io)
V00();
}
// Check the existance of the mesh fluxes, read if present and set the
// Check the existence of the mesh fluxes, read if present and set the
// mesh to be moving
if (isFile(time().timePath()/"meshPhi"))
{