diff --git a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h
index bbba5e86e7d..e09f9591b93 100644
--- a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h
+++ b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h
@@ -21,7 +21,7 @@ public:
/*!
\brief Called when an edge was traversed in the shortest path sequence.
- \param edge halfedge of the surace mesh crossed by the shortest path. The halfedge is directed toward the face nearest to the target point.
+ \param edge halfedge of the surface mesh crossed by the shortest path. The halfedge is directed toward the face nearest to the target point.
\param alpha value in the range [0.0,1.0] specifying where along `edge` the shortest path crossed.
- 0.0 means it crossed at `source(edge)`
- 1.0 means it crossed at `target(edge)`