[GRASS-SVN] r73755 - grass/trunk/raster/r.in.lidar
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 3 16:13:17 PST 2018
Author: hcho
Date: 2018-12-03 16:13:17 -0800 (Mon, 03 Dec 2018)
New Revision: 73755
Modified:
grass/trunk/raster/r.in.lidar/main.c
Log:
r.in.lidar: typo
Modified: grass/trunk/raster/r.in.lidar/main.c
===================================================================
--- grass/trunk/raster/r.in.lidar/main.c 2018-12-03 23:31:08 UTC (rev 73754)
+++ grass/trunk/raster/r.in.lidar/main.c 2018-12-04 00:13:17 UTC (rev 73755)
@@ -598,7 +598,7 @@
if (!scan_flag->answer) {
if (!check_rows_cols_fit_to_size_t(rows, cols))
- 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);
point_binning_memory_test(&point_binning, rows, cols, rtype);
More information about the grass-commit
mailing list