[GRASS-SVN] r40652 -
grass/branches/releasebranch_6_3/raster/r.out.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 25 20:18:49 EST 2010
Author: neteler
Date: 2010-01-25 20:18:48 -0500 (Mon, 25 Jan 2010)
New Revision: 40652
Modified:
grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c
Log:
typos fixed
Modified: grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c 2010-01-26 01:09:07 UTC (rev 40651)
+++ grass/branches/releasebranch_6_3/raster/r.out.gdal/main.c 2010-01-26 01:18:48 UTC (rev 40652)
@@ -319,12 +319,12 @@
if (n_nulls > 0) {
if (maptype == CELL_TYPE)
- G_warning(_("Input raster map constains cells with NULL-value (no-data). "
+ G_warning(_("Input raster map contains cells with NULL-value (no-data). "
"The value %d was used to represent no-data values in the input map."
"You can specify nodata value by %s parameter."),
(int) nodataval, nodatakey);
else
- G_warning(_("Input raster map constains cells with NULL-value (no-data). "
+ G_warning(_("Input raster map contains cells with NULL-value (no-data). "
"The value %g was used to represent no-data values in the input map."
"You can specify nodata value by %s parameter."),
nodataval, nodatakey);
More information about the grass-commit
mailing list