]> granicus.if.org Git - postgis/commitdiff
Minor spelling fixes (#3288)
authorSandro Santilli <strk@keybit.net>
Sat, 26 Sep 2015 10:17:42 +0000 (10:17 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 26 Sep 2015 10:17:42 +0000 (10:17 +0000)
 recieved  -> received
 splitted  -> split

The "Portuguese" once were left untouched because inside
external shapelib component.

Thanks to Markus Wanner <markus@bluegap.ch>
and Bas Couwenberg <sebastic@debian.org>

git-svn-id: http://svn.osgeo.org/postgis/trunk@14113 b70326c6-7e19-0410-871a-916f4a2858ee

12 files changed:
doc/extras_topology.xml
doc/po/es/extras_topology.xml.po
doc/po/fr/extras_topology.xml.po
doc/po/it_IT/extras_topology.xml.po
doc/po/ko_KR/extras_topology.xml.po
doc/po/pl/extras_topology.xml.po
doc/po/pt_BR/extras_topology.xml.po
doc/po/templates/extras_topology.xml.pot
liblwgeom/liblwgeom_topo.h
liblwgeom/lwgeom_topo.c
liblwgeom/lwout_wkt.c
topology/sql/sqlmm.sql.in

index e405346248c8c8c15c7ceab8808823f9a0681927..45fc82c4a38153895dece21e2085b5a6be4b5627 100644 (file)
@@ -2351,7 +2351,7 @@ of an edge.
 
        <para>
 If any edge crossing the node is found either an exception is raised or
-the edge is splitted, depending on the <varname>allowEdgeSplitting</varname>
+the edge is split, depending on the <varname>allowEdgeSplitting</varname>
 parameter value.
        </para>
 
index 3973875e5dcca8d2dfe243b25083abde6d6cbb97..4cdba06e8aac4e45f570d97397fd7d371e19b0c4 100644 (file)
@@ -2883,7 +2883,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index c2280aa8f2998550490860f95cebf1f7415e3dee..e4a29c65c62a5d753e15ce3023880b8f06244f82 100644 (file)
@@ -3122,7 +3122,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index c1022900d122619d62e9b660b8b6414a25569202..f7d69aac4a0222e0ccb32ced333cfc90c76a951f 100644 (file)
@@ -2882,7 +2882,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index c522a67348fd8e7f1df9f01903be099893347959..1dbf95af61b648cf5d5da965b9f0a1bda273a69d 100644 (file)
@@ -2883,7 +2883,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index b5518e973e739798b55f2ebf72f1609a68e15316..22de2321f49e7f40353498be07d0a75efde26236 100644 (file)
@@ -3151,7 +3151,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index c1022900d122619d62e9b660b8b6414a25569202..f7d69aac4a0222e0ccb32ced333cfc90c76a951f 100644 (file)
@@ -2882,7 +2882,7 @@ msgstr ""
 #, no-c-format
 msgid ""
 "If any edge crossing the node is found either an exception is raised or the "
-"edge is splitted, depending on the <varname>allowEdgeSplitting</varname> "
+"edge is split, depending on the <varname>allowEdgeSplitting</varname> "
 "parameter value."
 msgstr ""
 
index a66c8f4e6fc674743d6af6813fad6bcf335e13e7..c4cef71094968a54fc36d30273c55b7b370e46c8 100644 (file)
@@ -2215,7 +2215,7 @@ msgstr ""
 #. Tag: para
 #: extras_topology.xml:2040
 #, no-c-format
-msgid "If any edge crossing the node is found either an exception is raised or the edge is splitted, depending on the <varname>allowEdgeSplitting</varname> parameter value."
+msgid "If any edge crossing the node is found either an exception is raised or the edge is split, depending on the <varname>allowEdgeSplitting</varname> parameter value."
 msgstr ""
 
 #. Tag: para
index b422cdba6f4b13b501effc4a3d6477c1040c295a..84cc4044bf6a008237954187327bf09f2258781c 100644 (file)
@@ -380,7 +380,7 @@ typedef struct LWT_BE_CALLBACKS_T {
    * Update TopoGeometry objects after an edge split event
    *
    * @param topo the topology to act upon
-   * @param split_edge identifier of the edge that was splitted.
+   * @param split_edge identifier of the edge that was split.
    * @param new_edge1 identifier of the first new edge that was created
    *        as a result of edge splitting.
    * @param new_edge2 identifier of the second new edge that was created
@@ -517,7 +517,7 @@ typedef struct LWT_BE_CALLBACKS_T {
    * Update TopoGeometry objects after a face split event
    *
    * @param topo the topology to act upon
-   * @param split_face identifier of the face that was splitted.
+   * @param split_face identifier of the face that was split.
    * @param new_face1 identifier of the first new face that was created
    *        as a result of face splitting.
    * @param new_face2 identifier of the second new face that was created
index 86d9bfeabe410e3ea1d3ce54a8da8ad47b068efb..1db5272d13c05a0c1f075f7d49c434c9b1f68ab6 100644 (file)
@@ -1096,7 +1096,7 @@ lwt_ModEdgeSplit( LWT_TOPOLOGY* topo, LWT_ELEMID edge,
   } else if ( ret == 0 ) {
     _lwt_release_edges(oldedge, 1);
     lwcollection_free(split_col);
-    lwerror("Edge being splitted (%d) disappeared during operations?", oldedge->edge_id);
+    lwerror("Edge being split (%d) disappeared during operations?", oldedge->edge_id);
     return -1;
   } else if ( ret > 1 ) {
     _lwt_release_edges(oldedge, 1);
@@ -1763,7 +1763,7 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
     }
   }
 
-  LWDEBUGF(1, "Edge %" LWTFMT_ELEMID " splitted face %" LWTFMT_ELEMID " (mbr_only:%d)",
+  LWDEBUGF(1, "Edge %" LWTFMT_ELEMID " split face %" LWTFMT_ELEMID " (mbr_only:%d)",
            sedge, face, mbr_only);
 
   /* Construct a polygon using edges of the ring */
@@ -1862,7 +1862,7 @@ _lwt_AddFaceSplit( LWT_TOPOLOGY* topo,
 
   if ( face == 0 )
   {
-    /* Edge splitted the universe face */
+    /* Edge split the universe face */
     if ( ! isccw )
     {
       lwpoly_free(shell);
@@ -5199,7 +5199,7 @@ _lwt_GetEqualEdge( LWT_TOPOLOGY *topo, LWLINE *edge )
 }
 
 /*
- * Add a pre-noded pre-splitted line edge. Used by lwt_AddLine
+ * Add a pre-noded pre-split line edge. Used by lwt_AddLine
  * Return edge id, 0 if none added (empty edge), -1 on error
  */
 static LWT_ELEMID
@@ -5521,7 +5521,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
           /* lwgeom_split(noded, inodes); */
       lwgeom_free(noded);
       noded = tmp;
-      LWDEBUGG(1, noded, "Node-splitted");
+      LWDEBUGG(1, noded, "Node-split");
 
       /* will not release the geoms array */
       lwcollection_release(col);
@@ -5559,7 +5559,7 @@ lwt_AddLine(LWT_TOPOLOGY* topo, LWLINE* line, double tol, int* nedges)
     ngeoms = 1;
   }
 
-  LWDEBUGF(1, "Line was splitted into %d edges", ngeoms);
+  LWDEBUGF(1, "Line was split into %d edges", ngeoms);
 
   /* TODO: refactor to first add all nodes (re-snapping edges if
    * needed) and then check all edges for existing already
index 4e3b9db6fdfbd09150802922328a56b065c59bc9..84c2ce6c0e790542d2f978aad34aab4f0878a091 100644 (file)
@@ -323,7 +323,7 @@ static void lwcompound_to_wkt_sb(const LWCOMPOUND *comp, stringbuffer_t *sb, int
                }
                else
                {
-                       lwerror("lwcompound_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+                       lwerror("lwcompound_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
                }
        }
        stringbuffer_append(sb, ")");
@@ -370,7 +370,7 @@ static void lwcurvepoly_to_wkt_sb(const LWCURVEPOLY *cpoly, stringbuffer_t *sb,
                        lwcompound_to_wkt_sb((LWCOMPOUND*)cpoly->rings[i], sb, precision, variant );
                        break;
                default:
-                       lwerror("lwcurvepoly_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+                       lwerror("lwcurvepoly_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
                }
        }
        stringbuffer_append(sb, ")");
@@ -418,7 +418,7 @@ static void lwmcurve_to_wkt_sb(const LWMCURVE *mcurv, stringbuffer_t *sb, int pr
                        lwcompound_to_wkt_sb((LWCOMPOUND*)mcurv->geoms[i], sb, precision, variant );
                        break;
                default:
-                       lwerror("lwmcurve_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+                       lwerror("lwmcurve_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
                }
        }
        stringbuffer_append(sb, ")");
@@ -462,7 +462,7 @@ static void lwmsurface_to_wkt_sb(const LWMSURFACE *msurf, stringbuffer_t *sb, in
                        lwcurvepoly_to_wkt_sb((LWCURVEPOLY*)msurf->geoms[i], sb, precision, variant);
                        break;
                default:
-                       lwerror("lwmsurface_to_wkt_sb: Unknown type recieved %d - %s", type, lwtype_name(type));
+                       lwerror("lwmsurface_to_wkt_sb: Unknown type received %d - %s", type, lwtype_name(type));
                }
        }
        stringbuffer_append(sb, ")");
index 2ec3c63c07a6e700530f04a1a50487aa34566e51..5c0ce847bf85d6bfc52f7862c091e76fc7a9c336 100644 (file)
@@ -366,7 +366,7 @@ BEGIN
   END IF;
 
 #ifdef POSTGIS_TOPOLOGY_DEBUG
-  RAISE DEBUG 'Edge % splitted face %', anedge, oface;
+  RAISE DEBUG 'Edge % split face %', anedge, oface;
 #endif
 
   sql := 'WITH ids as ( select row_number() over () as seq, edge '