[GRASS-SVN] r70622 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 18 08:25:49 PST 2017


Author: hcho
Date: 2017-02-18 08:25:49 -0800 (Sat, 18 Feb 2017)
New Revision: 70622

Modified:
   grass/trunk/vector/v.distance/main.c
Log:
v.distance: typo

Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c	2017-02-18 16:13:58 UTC (rev 70621)
+++ grass/trunk/vector/v.distance/main.c	2017-02-18 16:25:49 UTC (rev 70622)
@@ -269,7 +269,7 @@
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * even if some near features are not found */
     if (print_as_matrix && (min >= 0 || max >= 0))
-	G_fatal_error(_("Printng distance matrix not supported with dmin= or dmax="));
+	G_fatal_error(_("Printing distance matrix not supported with dmin= or dmax="));
 
     /* alloc */
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));



More information about the grass-commit mailing list