Corrected typo

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
This commit is contained in:
Henry Weller
2015-06-15 11:20:56 +01:00
parent 406f0ab830
commit 57e5a11041

View File

@ -133,7 +133,7 @@ public:
//- Const access to the coefficients dictionary //- Const access to the coefficients dictionary
virtual const dictionary& coeffDict() const = 0; virtual const dictionary& coeffDict() const = 0;
//- Helper function to return the nam eof the turbulence G field //- Helper function to return the name of the turbulence G field
inline word GName() const inline word GName() const
{ {
return word(type() + ":G"); return word(type() + ":G");