[GRASS-SVN] r39464 - grass/branches/releasebranch_6_4/raster/r.random.cells

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 10 02:49:06 EDT 2009


Author: hamish
Date: 2009-10-10 02:49:05 -0400 (Sat, 10 Oct 2009)
New Revision: 39464

Modified:
   grass/branches/releasebranch_6_4/raster/r.random.cells/init.c
Log:
spelling

Modified: grass/branches/releasebranch_6_4/raster/r.random.cells/init.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.random.cells/init.c	2009-10-10 06:43:03 UTC (rev 39463)
+++ grass/branches/releasebranch_6_4/raster/r.random.cells/init.c	2009-10-10 06:49:05 UTC (rev 39464)
@@ -32,7 +32,7 @@
     Output->type = TYPE_STRING;
     Output->required = YES;
     Output->multiple = NO;
-    Output->description = "Name of indepent cells map";
+    Output->description = "Name of independent cells map";
     Output->gisprompt = "new,cell,raster";
 
     Distance = G_define_option();



More information about the grass-commit mailing list