Corrected typos in comments

found using cspell.

Patch contributed by Timo Niemi, VTT.
Resolves patch request https://bugs.openfoam.org/view.php?id=3372
This commit is contained in:
Henry Weller
2019-10-18 11:57:11 +01:00
parent 81fca4c43a
commit 4e6695e32d
24 changed files with 64 additions and 64 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-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -145,7 +145,7 @@ int main(int argc, char *argv[])
fcs[1] = face(labelList(2, 222));
CompactListList<label, face> compactFcs(fcs);
Info<< "comactFcs:" << compactFcs << endl;
Info<< "compactFcs:" << compactFcs << endl;
faceList fcs2 = compactFcs();
Info<< "fcs2:" << fcs2 << endl;

View File

@ -22,7 +22,7 @@ main()
cerr << "deallocated ints\n";
cerr << "alloacting doubles\n";
cerr << "allocating doubles\n";
double* doubles = new double[500000];