From 02363e7cdfd860fb366955a7df1318bc6c511647 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 19 Jun 2015 12:32:37 +0200 Subject: [PATCH] [T/GL] TestOctTree: Fix spelling mistakes. --- Tests/GeoLib/TestOctTree.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/GeoLib/TestOctTree.cpp b/Tests/GeoLib/TestOctTree.cpp index ffa654a3bcb..5714e47c9d1 100644 --- a/Tests/GeoLib/TestOctTree.cpp +++ b/Tests/GeoLib/TestOctTree.cpp @@ -246,7 +246,7 @@ TEST_F(GeoLibOctTree, TestWithEquidistantPoints3d) TEST_F(GeoLibOctTree, TestWithAlternatingPoints3d) { - // this case is not correctely handled by lexicographical sorting + // this case is not correctly handled by lexicographical sorting double const eps(1e-1); double const small_displacement(1e-2); ps_ptr.push_back(new GeoLib::Point(0,0,0,0)); @@ -293,9 +293,9 @@ TEST_F(GeoLibOctTree, TestWithAlternatingPoints3d) ASSERT_EQ(ps_ptr[2], ret_pnt); } -TEST_F(GeoLibOctTree, TestSmallDistanceDifferentLeafes) +TEST_F(GeoLibOctTree, TestSmallDistanceDifferentLeaves) { - // case where two points with a small distance but different OctTree leafes + // case where two points with a small distance but different OctTree leaves // are inserted double const eps(0.5); std::vector<GeoLib::Point*> ps_ptr; -- GitLab