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-09-05 18:45:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-05 19:19:58 +0300
commit3a8d9198b33d9c90abd3a134ee26e2f68ff52002 (patch)
treeaea4d5dadccc4485857173af0c28a76c73e98b73 /source/blender/blenlib/tests/BLI_delaunay_2d_test.cc
parent9978485e8207d1f842f16864bda4260c8fc1335a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/tests/BLI_delaunay_2d_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_delaunay_2d_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc b/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc
index 2287389f7aa..14db4254f70 100644
--- a/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc
+++ b/source/blender/blenlib/tests/BLI_delaunay_2d_test.cc
@@ -141,7 +141,7 @@ template<> double math_abs(const double v)
return fabs(v);
}
-/* Find an output index corresponding to a given coordinate (appproximately).
+/* Find an output index corresponding to a given coordinate (approximately).
* Return -1 if not found.
*/
template<typename T> int get_vertex_by_coord(const CDT_result<T> &out, double x, double y)