[GRASS-SVN] r58057 - grass/trunk/raster/r.fill.dir

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 19 05:22:15 PDT 2013


Author: hcho
Date: 2013-10-19 05:22:15 -0700 (Sat, 19 Oct 2013)
New Revision: 58057

Modified:
   grass/trunk/raster/r.fill.dir/main.c
Log:
raste map => raster map

Modified: grass/trunk/raster/r.fill.dir/main.c
===================================================================
--- grass/trunk/raster/r.fill.dir/main.c	2013-10-19 10:29:54 UTC (rev 58056)
+++ grass/trunk/raster/r.fill.dir/main.c	2013-10-19 12:22:15 UTC (rev 58057)
@@ -184,7 +184,7 @@
     fd = open(tempfile2, O_RDWR | O_CREAT, 0666);	/* dirn */
     fm = open(tempfile3, O_RDWR | O_CREAT, 0666);	/* problems */
 
-    G_message(_("Reading input elevation raste map..."));
+    G_message(_("Reading input elevation raster map..."));
     for (i = 0; i < nrows; i++) {
 	G_percent(i, nrows, 2);
 	get_row(map_id, in_buf, i);



More information about the grass-commit mailing list