From 4b8d68f86a538180e021b67b9f816622c592a45e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 22 Oct 2014 11:27:59 +0200 Subject: [PATCH] Fixed typos --- .../Concepts/SurfaceMeshShortestPathVisitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`