Skip to content

Commit d75743a

Browse files
jbamptonjiayuasu
authored andcommitted
[DOCS] Fix spelling (apache#1800)
1 parent 620dcd3 commit d75743a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spark/common/src/test/scala/org/apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class GeometryTypesAndFunctionsTestScala extends TestBaseScala with BeforeAndAft
392392
assert(actual == 1)
393393
}
394394
ignore("T29") {
395-
// Interor rings are 1 indexed in OGC and PostGIS.
395+
// Interior rings are 1 indexed in OGC and PostGIS.
396396
// In Sedona they are 0 indexed.
397397
val actual = sparkSession
398398
.sql("""
@@ -416,7 +416,7 @@ class GeometryTypesAndFunctionsTestScala extends TestBaseScala with BeforeAndAft
416416
assert(actual == 2)
417417
}
418418
ignore("T31") {
419-
// Interor rings are 1 indexed in OGC and PostGIS.
419+
// Interior rings are 1 indexed in OGC and PostGIS.
420420
// In Sedona they are 0 indexed.
421421
val actual = sparkSession
422422
.sql("""

0 commit comments

Comments
 (0)