]> granicus.if.org Git - postgis/commitdiff
Typo fixed
authorSandro Santilli <strk@keybit.net>
Mon, 29 Aug 2005 11:56:01 +0000 (11:56 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 29 Aug 2005 11:56:01 +0000 (11:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1874 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/liblwgeom.h
lwgeom/lwgparse.c
lwgeom/lwpostgis.sql.in

index cf454f2f152331197dca3abbf5e0585bd53afbd2..d27a37f4db24b502800fbbf283844dfce1f2c7bc 100644 (file)
@@ -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 {
index 299a0de1e49ca02ba8e813ba9e995c458359a1dc..fbd30ea90446eee46155be7eb3346d89749673e8 100644 (file)
@@ -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;
index 952ad5b774231639bcd929be02fcad6d12f1e229..25958d85803d9873f5aa55e92a643efe3d706266 100644 (file)
@@ -2133,7 +2133,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