Comment spelling corrections

This commit is contained in:
Henry Weller
2018-11-28 10:24:26 +00:00
parent 062c956dfd
commit 95815460c0
9 changed files with 10 additions and 10 deletions

View File

@ -229,7 +229,7 @@ Foam::label Foam::scotchDecomp::decomposeOneProc
label version = 0;
str << version << nl;
// Numer of vertices
// Number of vertices
str << xadj.size()-1 << ' ' << adjncy.size() << nl;
// Numbering starts from 0
label baseval = 0;