Explorar el Código

r.stream.extract: Typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73627 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho hace 6 años
padre
commit
34b009504f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      raster/r.stream.extract/cseg.c

+ 1 - 1
raster/r.stream.extract/cseg.c

@@ -83,7 +83,7 @@ int cseg_put_row(CSEG *cseg, CELL *value, GW_LARGE_INT row)
 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;