Skip to content

Commit 765d5e7

Browse files
committed
fixed typo
1 parent 7cb8a4d commit 765d5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pathfinding/navigation_mesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace omath::pathfinding
1313
{ return a.first.distance_to(point) < b.first.distance_to(point); });
1414

1515
if (res == m_vertex_map.cend())
16-
return std::unexpected("Failed to get clossest point");
16+
return std::unexpected("Failed to get closest point");
1717

1818
return res->first;
1919
}

0 commit comments

Comments
 (0)