fix typo in error message [ci skip]

This commit is contained in:
Daniel
2023-11-28 12:23:41 +01:00
committed by GitHub
parent cf902b0932
commit 7445d4486f

View File

@ -82,7 +82,7 @@ trilinearVoidFraction::trilinearVoidFraction
if (particleCloud_.mesh().nCells() != nCellXYZ_[0]*nCellXYZ_[1]*nCellXYZ_[2])
{
FatalError<< "Trilinear void fraction model found different number of cells than expexted" << exit(FatalError);
FatalError<< "Trilinear void fraction model found different number of cells than expected" << exit(FatalError);
}
}