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

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

index acebcd3a4ce4186a50de3f426b25a4cb95deb330..d9a6031e258ed7fd5b5281f0eea92049849bbef0 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 dcb85b48d787245fe079d37d02df6aba182a7e68..e079eae832037432117f3125330b7ec75dd0f501 100644 (file)
@@ -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