setWaves: Fix typo in documentation

This commit is contained in:
Will Bainbridge
2020-10-07 10:10:07 +01:00
parent 077e35dc83
commit 48cc85c19b

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2017-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2017-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -68,7 +68,7 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"gas",
"the volume fraction field is that that of the gas above the wave"
"the volume fraction field is that of the gas above the wave"
);
#include "setRootCase.H"