Explorar o código

Given => For

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58076 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho %!s(int64=11) %!d(string=hai) anos
pai
achega
6f9237856a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      raster/r.topmodel/file_io.c

+ 1 - 1
raster/r.topmodel/file_io.c

@@ -371,7 +371,7 @@ void write_output(void)
 
     if (misc.timestep || misc.topidxclass) {
 	fprintf(fp, "\n");
-	fprintf(fp, "Given ");
+	fprintf(fp, "For ");
 	if (misc.timestep)
 	    fprintf(fp, "timestep: %5d", misc.timestep);
 	if (misc.timestep && misc.topidxclass)