This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 678fbde6b [DOCS] Fix spelling (#1510)
678fbde6b is described below

commit 678fbde6b9ef5c93daa41d8b2fdfc8fb5be07d01
Author: John Bampton <[email protected]>
AuthorDate: Tue Jul 9 14:33:08 2024 +1000

    [DOCS] Fix spelling (#1510)
---
 common/src/test/java/org/apache/sedona/common/FunctionsTest.java        | 2 +-
 .../java/org/apache/sedona/common/raster/GeometryFunctionsTest.java     | 2 +-
 flink/src/test/java/org/apache/sedona/flink/TestBase.java               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/src/test/java/org/apache/sedona/common/FunctionsTest.java 
b/common/src/test/java/org/apache/sedona/common/FunctionsTest.java
index 3d63fb922..aaa5f6e3b 100644
--- a/common/src/test/java/org/apache/sedona/common/FunctionsTest.java
+++ b/common/src/test/java/org/apache/sedona/common/FunctionsTest.java
@@ -3170,7 +3170,7 @@ public class FunctionsTest extends TestBase {
   }
 
   @Test
-  public void closestPointGeomtryCollection() {
+  public void closestPointGeometryCollection() {
     LineString line = GEOMETRY_FACTORY.createLineString(coordArray(2, 0, 0, 
2));
     Geometry[] geometry =
         new Geometry[] {
diff --git 
a/common/src/test/java/org/apache/sedona/common/raster/GeometryFunctionsTest.java
 
b/common/src/test/java/org/apache/sedona/common/raster/GeometryFunctionsTest.java
index 04eebf366..7b3dbb483 100644
--- 
a/common/src/test/java/org/apache/sedona/common/raster/GeometryFunctionsTest.java
+++ 
b/common/src/test/java/org/apache/sedona/common/raster/GeometryFunctionsTest.java
@@ -99,7 +99,7 @@ public class GeometryFunctionsTest extends RasterTestBase {
   }
 
   @Test
-  public void testMinConvexHullRectange() throws FactoryException, 
TransformException {
+  public void testMinConvexHullRectangle() throws FactoryException, 
TransformException {
     GridCoverage2D emptyRaster = RasterConstructors.makeEmptyRaster(2, 5, 3, 
0, 0, 1, -1, 0, 0, 0);
     double[] values1 = new double[] {0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 
0};
     double[] values2 = new double[] {0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 
0};
diff --git a/flink/src/test/java/org/apache/sedona/flink/TestBase.java 
b/flink/src/test/java/org/apache/sedona/flink/TestBase.java
index 345b56c2d..c77b6f646 100644
--- a/flink/src/test/java/org/apache/sedona/flink/TestBase.java
+++ b/flink/src/test/java/org/apache/sedona/flink/TestBase.java
@@ -105,7 +105,7 @@ public class TestBase {
     return data;
   }
 
-  static List<Point> creatPoint(int size) {
+  static List<Point> createPoint(int size) {
     List<Point> data = new ArrayList<>();
     GeometryFactory geomFact = new GeometryFactory();
     for (int i = 0; i < size; i++) {

Reply via email to