STYLE: some general spelling fixes

This commit is contained in:
Mark Olesen
2020-05-04 09:15:21 +02:00
parent 2a24bab057
commit 8cfb483054
234 changed files with 332 additions and 340 deletions

View File

@ -164,7 +164,7 @@ a region specification is only needed if the value differs.
\subsection subsecMultiLevel Multi-level decomposition
The #Foam::multiLevelDecomp decomposition provides a general means of
successively decomposing with different methods. Each appplication of the
successively decomposing with different methods. Each application of the
decomposition is termed a level. For example,
\verbatim

View File

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