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 a4f6df221 [DOCS] Fix typo in Scala code (#1505)
a4f6df221 is described below

commit a4f6df2213256bfefcf8baed32a31313d792c71c
Author: John Bampton <[email protected]>
AuthorDate: Tue Jul 2 05:00:53 2024 +1000

    [DOCS] Fix typo in Scala code (#1505)
---
 .../scala/org/apache/sedona/sql/functions/TestGeometrySimplify.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/spark/common/src/test/scala/org/apache/sedona/sql/functions/TestGeometrySimplify.scala
 
b/spark/common/src/test/scala/org/apache/sedona/sql/functions/TestGeometrySimplify.scala
index 36bb71a7f..f05ad7d26 100644
--- 
a/spark/common/src/test/scala/org/apache/sedona/sql/functions/TestGeometrySimplify.scala
+++ 
b/spark/common/src/test/scala/org/apache/sedona/sql/functions/TestGeometrySimplify.scala
@@ -132,7 +132,7 @@ class TestGeometrySimplify
         false,
         0.0),
       (
-        "multpoint with duplicated points",
+        "multipoint with duplicated points",
         "MULTIPOINT ((10 40), (40 30), (20 20), (30 10), (30 10))",
         "MULTIPOINT ((10 40), (40 30), (20 20), (30 10), (30 10))",
         false,

Reply via email to