[GRASS-SVN] r58549 - in grass/trunk: display/d.vect lib/vector/vedit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 29 14:30:51 PST 2013


Author: neteler
Date: 2013-12-29 14:30:51 -0800 (Sun, 29 Dec 2013)
New Revision: 58549

Modified:
   grass/trunk/display/d.vect/main.c
   grass/trunk/display/d.vect/vert.c
   grass/trunk/lib/vector/vedit/vertex.c
Log:
typo verteces -> vertices

Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c	2013-12-29 21:47:32 UTC (rev 58548)
+++ grass/trunk/display/d.vect/main.c	2013-12-29 22:30:51 UTC (rev 58549)
@@ -94,7 +94,7 @@
 	       _("Display geometry of features"),
 	       _("Display category numbers of features"),
 	       _("Display topology information (nodes, edges)"),
-               _("Display verteces of features"),
+               _("Display vertices of features"),
 	       _("Display direction of linear features"),
 	       _("Display z-coordinate of features (only for 3D vector maps)"));
     display_opt->descriptions = desc;

Modified: grass/trunk/display/d.vect/vert.c
===================================================================
--- grass/trunk/display/d.vect/vert.c	2013-12-29 21:47:32 UTC (rev 58548)
+++ grass/trunk/display/d.vect/vert.c	2013-12-29 22:30:51 UTC (rev 58549)
@@ -13,7 +13,7 @@
 
     msize = dsize * (D_d_to_u_col(2.0) - D_d_to_u_col(1.0));	/* do it better */
     
-    G_debug(1, "display verteces:");
+    G_debug(1, "display vertices:");
     Points = Vect_new_line_struct();
 
     D_RGB_color(lattr->color.R, lattr->color.G, lattr->color.B);

Modified: grass/trunk/lib/vector/vedit/vertex.c
===================================================================
--- grass/trunk/lib/vector/vedit/vertex.c	2013-12-29 21:47:32 UTC (rev 58548)
+++ grass/trunk/lib/vector/vedit/vertex.c	2013-12-29 22:30:51 UTC (rev 58549)
@@ -27,7 +27,7 @@
   \param move_first move only first vertex found in the bounding box
   \param snap snapping mode (see vedit.h)
   
-  \return number of moved verteces
+  \return number of moved vertices
   \return -1 on error
 */
 int Vedit_move_vertex(struct Map_info *Map, struct Map_info **BgMap,
@@ -188,7 +188,7 @@
   \param coord points location
   \param thresh find line in given threshold
   
-  \return number of add verteces
+  \return number of add vertices
   \return -1 on error
 */
 int Vedit_add_vertex(struct Map_info *Map, struct ilist *List,



More information about the grass-commit mailing list