[GRASS-SVN] r46611 - grass/branches/releasebranch_6_4/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 8 10:13:23 EDT 2011


Author: neteler
Date: 2011-06-08 07:13:23 -0700 (Wed, 08 Jun 2011)
New Revision: 46611

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

Modified: grass/branches/releasebranch_6_4/raster/r.out.gdal/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.out.gdal/main.c	2011-06-08 14:07:56 UTC (rev 46610)
+++ grass/branches/releasebranch_6_4/raster/r.out.gdal/main.c	2011-06-08 14:13:23 UTC (rev 46611)
@@ -489,7 +489,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