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:
@ -22,7 +22,7 @@ main()
|
||||
|
||||
cerr << "deallocated ints\n";
|
||||
|
||||
cerr << "alloacting doubles\n";
|
||||
cerr << "allocating doubles\n";
|
||||
|
||||
double* doubles = new double[500000];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user