[GRASS-SVN] r73754 - grass/trunk/raster/r.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 3 15:31:08 PST 2018


Author: hcho
Date: 2018-12-03 15:31:08 -0800 (Mon, 03 Dec 2018)
New Revision: 73754

Modified:
   grass/trunk/raster/r.in.xyz/main.c
Log:
r.in.xyz: typo

Modified: grass/trunk/raster/r.in.xyz/main.c
===================================================================
--- grass/trunk/raster/r.in.xyz/main.c	2018-12-03 14:43:19 UTC (rev 73753)
+++ grass/trunk/raster/r.in.xyz/main.c	2018-12-03 23:31:08 UTC (rev 73754)
@@ -533,7 +533,7 @@
 	    double dsize = rows * (cols + 1);
 	    
 	    if (dsize != (size_t)rows * (cols + 1))
-		G_fatal_error(_("Unable to process the hole map at once. "
+		G_fatal_error(_("Unable to process the whole map at once. "
 		                "Please set the %s option to some value lower than 100."),
 				percent_opt->key);
 	}



More information about the grass-commit mailing list