[GRASS-SVN] r73627 - grass/trunk/raster/r.stream.extract
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 30 18:54:09 PDT 2018
Author: hcho
Date: 2018-10-30 18:54:09 -0700 (Tue, 30 Oct 2018)
New Revision: 73627
Modified:
grass/trunk/raster/r.stream.extract/cseg.c
Log:
r.stream.extract: Typo
Modified: grass/trunk/raster/r.stream.extract/cseg.c
===================================================================
--- grass/trunk/raster/r.stream.extract/cseg.c 2018-10-30 21:00:49 UTC (rev 73626)
+++ grass/trunk/raster/r.stream.extract/cseg.c 2018-10-31 01:54:09 UTC (rev 73627)
@@ -83,7 +83,7 @@
int cseg_get(CSEG *cseg, CELL *value, GW_LARGE_INT row, GW_LARGE_INT col)
{
if (Segment_get(&(cseg->seg), value, row, col) < 0) {
- G_warning(_("Unabel to read segment file"));
+ G_warning(_("Unable to read segment file"));
return -1;
}
return 0;
More information about the grass-commit
mailing list