You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/02/10 00:45:59 UTC

[sedona] branch master updated: [DOCS] fix spelling (#756)

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 1de8831c [DOCS] fix spelling (#756)
1de8831c is described below

commit 1de8831cfa15bbb7a57b99d9809eca6976da15c8
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Fri Feb 10 10:45:52 2023 +1000

    [DOCS] fix spelling (#756)
---
 docs/api/flink/Function.md | 4 ++--
 docs/api/sql/Function.md   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md
index cb699248..cd656206 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -707,7 +707,7 @@ Result:
 
 ## ST_SetSRID
 
-Introduction: Sets the spatial refence system identifier (SRID) of the geometry.
+Introduction: Sets the spatial reference system identifier (SRID) of the geometry.
 
 Format: `ST_SetSRID (A:geometry, srid: integer)`
 
@@ -721,7 +721,7 @@ FROM polygondf
 
 ## ST_SRID
 
-Introduction: Return the spatial refence system identifier (SRID) of the geometry.
+Introduction: Return the spatial reference system identifier (SRID) of the geometry.
 
 Format: `ST_SRID (A:geometry)`
 
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index de0fa210..0ee584d2 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -1127,7 +1127,7 @@ Result:
 
 ## ST_SetSRID
 
-Introduction: Sets the spatial refence system identifier (SRID) of the geometry.
+Introduction: Sets the spatial reference system identifier (SRID) of the geometry.
 
 Format: `ST_SetSRID (A:geometry, srid: Integer)`
 
@@ -1178,7 +1178,7 @@ Output: `MULTILINESTRING ((0 0, 0.5 0.5), (0.5 0.5, 1 1), (1 1, 1.5 1.5, 2 2))`
 
 ## ST_SRID
 
-Introduction: Return the spatial refence system identifier (SRID) of the geometry.
+Introduction: Return the spatial reference system identifier (SRID) of the geometry.
 
 Format: `ST_SRID (A:geometry)`