Corrected typos

This commit is contained in:
Henry Weller
2023-01-24 22:01:34 +00:00
parent 00ca8905a0
commit 104be8eae9
30 changed files with 63 additions and 63 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -283,7 +283,7 @@ void Foam::meshToMesh0::cellAddresses
else
{
// If curCell is a boundary cell then the point maybe either outside
// the domain or in an other region of the doamin, either way use
// the domain or in an other region of the domain, either way use
// the octree search to find it.
if (boundaryCell[curCell])
{