[GRASS-dev] [GRASS-SVN] r73627 - grass/trunk/raster/r.stream.extract
Martin Landa
landa.martin at gmail.com
Wed Oct 31 00:32:43 PDT 2018
Hi,
such commits would be good to backport to G76 (and probably also to
G74) release branch. Thanks for taking care about backports in
advance, Ma
st 31. 10. 2018 v 2:54 odesÃlatel <svn_grass at osgeo.org> napsal:
>
> 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;
>
> _______________________________________________
> grass-commit mailing list
> grass-commit at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-commit
--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
More information about the grass-dev
mailing list