[GRASS-SVN] r48298 - grass-addons/raster/r.fuzzy
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 15 04:42:42 EDT 2011
Author: hamish
Date: 2011-09-15 01:42:42 -0700 (Thu, 15 Sep 2011)
New Revision: 48298
Modified:
grass-addons/raster/r.fuzzy/main.c
Log:
spelling
Modified: grass-addons/raster/r.fuzzy/main.c
===================================================================
--- grass-addons/raster/r.fuzzy/main.c 2011-09-15 08:24:17 UTC (rev 48297)
+++ grass-addons/raster/r.fuzzy/main.c 2011-09-15 08:42:42 UTC (rev 48298)
@@ -128,7 +128,7 @@
height = atof(par_height->answer);
if (height > 1 || height < 0)
- G_fatal_error(_("Heght modifier must be between 0 and 1"));
+ G_fatal_error(_("Height modifier must be between 0 and 1"));
num_points = sscanf(par_points->answer,
"%lf,%lf,%lf,%lf", &p[0], &p[1], &p[2], &p[3]);
More information about the grass-commit
mailing list