diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
index 60d908264da493540ff3bb749b23283b1fcaf935..d6487e2ba3aa1f2a891c880d3017017f9a6c15c4 100644
--- a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
+++ b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
@@ -203,7 +203,7 @@ void Foam::polyMesh::setTopology
             // For all points
             forAll(curPoints, pointi)
             {
-                // dGget the list of cells sharing this point
+                // Get the list of cells sharing this point
                 const labelList& curNeighbours =
                     PointCells[curPoints[pointi]];