[GRASS-CVS] carlos: grass6/raster/r.out.gridatb check_ready.c, 2.3,
2.4
grass at intevation.de
grass at intevation.de
Thu Nov 29 13:48:24 EST 2007
Author: carlos
Update of /grassrepository/grass6/raster/r.out.gridatb
In directory doto:/tmp/cvs-serv30678
Modified Files:
check_ready.c
Log Message:
Message standardization
Index: check_ready.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.gridatb/check_ready.c,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -d -r2.3 -r2.4
--- check_ready.c 16 Nov 2007 15:24:12 -0000 2.3
+++ check_ready.c 29 Nov 2007 18:48:22 -0000 2.4
@@ -10,7 +10,7 @@
mapset = G_find_cell(iname,"");
if (!mapset)
- G_fatal_error(_("Raster map <%s> not find"), iname);
+ G_fatal_error(_("Raster map <%s> not found"), iname);
fp = fopen(file, "r");
if (!fp)
More information about the grass-commit
mailing list