Minor typo correction.

This commit is contained in:
henry
2009-05-05 21:25:22 +01:00
parent ac37ed4537
commit 01184dfb33

View File

@ -790,7 +790,7 @@ bool Foam::primitiveMesh::checkPoints
{
if (debug || report)
{
Info<< " ***Unsed points found in the mesh, "
Info<< " ***Unused points found in the mesh, "
"number unused by faces: " << nFaceErrors
<< " number unused by cells: " << nCellErrors
<< endl;