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

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