From 04572f0899f5cb45e71178a4d3ac03a01e1c088a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Jan 2021 12:23:50 +1100 Subject: Cleanup: spelling --- source/blender/blenlib/intern/math_geom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/math_geom.c') diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c index 563457603bd..de5f96d3372 100644 --- a/source/blender/blenlib/intern/math_geom.c +++ b/source/blender/blenlib/intern/math_geom.c @@ -6295,7 +6295,7 @@ float geodesic_distance_propagate_across_triangle( } } - /* Fall back to Dijsktra approximaton in trivial case, or if no valid source + /* Fall back to Dijsktra approximation in trivial case, or if no valid source * point found that connects to v0 across the triangle. */ return min_ff(dist1 + len_v3(v10), dist2 + len_v3v3(v0, v2)); } -- cgit v1.2.3