Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-02-26 07:21:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-26 07:22:46 +0300
commit5a6a6ef0c659581e2d2ae028ae9e22c6e9801ef4 (patch)
treee91eab2f252e51299d5cafaec09105b182b84e90 /source/blender/blenlib
parent220310ffc5a983c666d8292b225ee2c4fa36e19a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/delaunay_2d.c4
1 files changed, 2 insertions, 2 deletions
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.
*/