From 84ef3b80de4915a24a9fd2fd214d0fa44e59b854 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:51:50 -0700 Subject: Spelling: Miscellaneous Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton --- 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 01a6a12066d..2f913a294e0 100644 --- a/source/blender/blenlib/intern/math_geom.c +++ b/source/blender/blenlib/intern/math_geom.c @@ -3408,7 +3408,7 @@ float line_plane_factor_v3(const float plane_co[3], /** * Ensure the distance between these points is no greater than 'dist'. - * If it is, scale then both into the center. + * If it is, scale them both into the center. */ void limit_dist_v3(float v1[3], float v2[3], const float dist) { -- cgit v1.2.3