mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correcting typos
This commit is contained in:
@ -826,7 +826,7 @@ Foam::pointIndexHit Foam::snappySnapDriver::findMultiPatchPoint
|
||||
label& patch = normalToPatch[faceToNormalBin[i]];
|
||||
if (patch == -1)
|
||||
{
|
||||
// First occurence
|
||||
// First occurrence
|
||||
patch = patchIDs[i];
|
||||
}
|
||||
else if (patch == -2)
|
||||
|
||||
Reference in New Issue
Block a user