From 5a6a6ef0c659581e2d2ae028ae9e22c6e9801ef4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Feb 2020 15:21:32 +1100 Subject: Cleanup: spelling --- source/blender/blenlib/intern/delaunay_2d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/delaunay_2d.c b/source/blender/blenlib/intern/delaunay_2d.c index 0a2addff6d1..c222ed06aaa 100644 --- a/source/blender/blenlib/intern/delaunay_2d.c +++ b/source/blender/blenlib/intern/delaunay_2d.c @@ -3524,8 +3524,8 @@ static void exactinit(void) * Sets h = e + f. See the long version of my paper for details. * * If round-to-even is used (as with IEEE 754), maintains the strongly - * nonoverlapping property. (That is, if e is strongly nonoverlapping, h - * will be also.) Does NOT maintain the nonoverlapping or nonadjacent + * non-overlapping property. (That is, if e is strongly non-overlapping, h + * will be also.) Does NOT maintain the non-overlapping or non-adjacent * properties. */ -- cgit v1.2.3