[GRASS-SVN] r41163 - grass/trunk/raster/r.out.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 22 11:15:14 EST 2010
Author: hamish
Date: 2010-02-22 11:15:13 -0500 (Mon, 22 Feb 2010)
New Revision: 41163
Modified:
grass/trunk/raster/r.out.gdal/main.c
Log:
typo (merge from devbr6)
Modified: grass/trunk/raster/r.out.gdal/main.c
===================================================================
--- grass/trunk/raster/r.out.gdal/main.c 2010-02-22 15:58:12 UTC (rev 41162)
+++ grass/trunk/raster/r.out.gdal/main.c 2010-02-22 16:15:13 UTC (rev 41163)
@@ -488,7 +488,7 @@
}
/* exact range and nodata checks for each band */
- G_message(_("Checking GDAl data type and nodata value"));
+ G_message(_("Checking GDAL data type and nodata value"));
for (band = 0; band < ref.nfiles; band++) {
if (ref.nfiles > 1) {
G_verbose_message(_("Checking options for raster map <%s> (band %d)..."),
More information about the grass-commit
mailing list