From: Sandro Santilli Date: Mon, 29 Aug 2005 11:56:06 +0000 (+0000) Subject: Typo fixed X-Git-Tag: pgis_1_1_0~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=717e39cb93874a032d5d80cb56003a8e2cb2796b;p=postgis Typo fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@1875 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/liblwgeom.h b/lwgeom/liblwgeom.h index acebcd3a4..d9a6031e2 100644 --- a/lwgeom/liblwgeom.h +++ b/lwgeom/liblwgeom.h @@ -345,7 +345,7 @@ extern int pointArray_ptsize(const POINTARRAY *pa); * WHERE * B = 16 byte BOX2DFLOAT4 follows (probably not aligned) [before SRID] * S = 4 byte SRID attached (0= not attached (-1), 1= attached) - * ZM = dimentionality (hasZ, hasM) + * ZM = dimensionality (hasZ, hasM) * tttt = actual type (as per the WKB type): * * enum wkbGeometryType { diff --git a/lwgeom/lwgparse.c b/lwgeom/lwgparse.c index 299a0de1e..fbd30ea90 100644 --- a/lwgeom/lwgparse.c +++ b/lwgeom/lwgparse.c @@ -270,7 +270,7 @@ check_dims(int num) { if( the_geom.ndims != num){ if (the_geom.ndims) { - error("Can not mix dimentionality in a geometry"); + error("Can not mix dimensionality in a geometry"); } else { the_geom.ndims = num; if ( num > 2 ) the_geom.hasZ = 1; diff --git a/lwgeom/lwpostgis.sql.in b/lwgeom/lwpostgis.sql.in index dcb85b48d..e079eae83 100644 --- a/lwgeom/lwpostgis.sql.in +++ b/lwgeom/lwpostgis.sql.in @@ -2168,7 +2168,7 @@ LANGUAGE 'plpgsql' _VOLATILE; -- PROBE_GEOMETRY_COLUMNS() ----------------------------------------------------------------------- -- Fill the geometry_columns table with values probed from the system --- catalogues. 3d flag can not be probed, it defaults to 2 +-- catalogues. 3d flag cannot be probed, it defaults to 2 -- -- Note that bogus records already in geometry_columns are not -- overridden (a check for schema.table.column is performed), so