[GRASS-SVN] r41162 - grass/branches/develbranch_6/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 22 10:58:13 EST 2010


Author: hamish
Date: 2010-02-22 10:58:12 -0500 (Mon, 22 Feb 2010)
New Revision: 41162

Modified:
   grass/branches/develbranch_6/raster/r.out.gdal/main.c
Log:
typo

Modified: grass/branches/develbranch_6/raster/r.out.gdal/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/main.c	2010-02-22 15:22:14 UTC (rev 41161)
+++ grass/branches/develbranch_6/raster/r.out.gdal/main.c	2010-02-22 15:58:12 UTC (rev 41162)
@@ -486,7 +486,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