From 48c32fc80b8676768079734d69bfc30a6aef171f Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 7 Feb 2016 05:37:38 +0000 Subject: [PATCH] Spelling error fixes from Sebastiaan Couwenberg references #3449 git-svn-id: http://svn.osgeo.org/postgis/trunk@14627 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_aggs_mm.xml.xsl | 2 +- extras/WFS_locks/WFS_locks.c | 2 +- postgis/long_xact.c | 2 +- postgis/lwgeom_transform.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index 11527c0bc..f43d65bd3 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -81,7 +81,7 @@ PostGIS Geography Support Functions The functions and operators given below are PostGIS functions/operators that take as input or return as output a geography data type object. Functions with a (T) are not native geodetic functions, and use a ST_Transform call to and from geometry to do the operation. As a result, they may not behave as expected when going over dateline, poles, - and for large geometries or geometry pairs that cover more than one UTM zone. Basic tranform - (favoring UTM, Lambert Azimuthal (North/South), and falling back on mercator in worst case scenario) + and for large geometries or geometry pairs that cover more than one UTM zone. Basic transform - (favoring UTM, Lambert Azimuthal (North/South), and falling back on mercator in worst case scenario) diff --git a/extras/WFS_locks/WFS_locks.c b/extras/WFS_locks/WFS_locks.c index 67f1569bb..31c79bf63 100644 --- a/extras/WFS_locks/WFS_locks.c +++ b/extras/WFS_locks/WFS_locks.c @@ -137,7 +137,7 @@ Datum check_authorization(PG_FUNCTION_ARGS) SPIcode = SPI_exec(query,0); if (SPIcode != SPI_OK_SELECT ) - elog(ERROR, "couldnt execute to test for lock aquire: %s", query); + elog(ERROR, "couldnt execute to test for lock acquire: %s", query); if (SPI_processed >0) { diff --git a/postgis/long_xact.c b/postgis/long_xact.c index c8289ca5e..91b2344ba 100644 --- a/postgis/long_xact.c +++ b/postgis/long_xact.c @@ -156,7 +156,7 @@ Datum check_authorization(PG_FUNCTION_ARGS) SPIcode = SPI_exec(query,0); if (SPIcode != SPI_OK_SELECT ) - elog(ERROR, "couldnt execute to test for lock aquire: %s", query); + elog(ERROR, "couldnt execute to test for lock acquire: %s", query); if (SPI_processed >0) { diff --git a/postgis/lwgeom_transform.c b/postgis/lwgeom_transform.c index 2e8ee5d2b..8cefbb895 100644 --- a/postgis/lwgeom_transform.c +++ b/postgis/lwgeom_transform.c @@ -127,7 +127,7 @@ Datum transform_geom(PG_FUNCTION_ARGS) result_srid = PG_GETARG_INT32(3); if (result_srid == SRID_UNKNOWN) { - elog(ERROR,"tranform: destination SRID = %d",SRID_UNKNOWN); + elog(ERROR,"transform: destination SRID = %d",SRID_UNKNOWN); PG_RETURN_NULL(); } -- 2.40.0