Explorar o código

typo verteces -> vertices

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58549 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=11) %!d(string=hai) anos
pai
achega
ddcc379b85
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      display/d.vect/main.c
  2. 1 1
      display/d.vect/vert.c
  3. 2 2
      lib/vector/vedit/vertex.c

+ 1 - 1
display/d.vect/main.c

@@ -94,7 +94,7 @@ int main(int argc, char **argv)
 	       _("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;

+ 1 - 1
display/d.vect/vert.c

@@ -13,7 +13,7 @@ int display_vert(struct Map_info *Map, int type, LATTR *lattr, double dsize)
 
     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);

+ 2 - 2
lib/vector/vedit/vertex.c

@@ -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 @@ int Vedit_move_vertex(struct Map_info *Map, struct Map_info **BgMap,
   \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,