[GRASS-SVN] r37659 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 31 11:05:44 EDT 2009
Author: hamish
Date: 2009-05-31 11:05:44 -0400 (Sun, 31 May 2009)
New Revision: 37659
Modified:
grass/branches/releasebranch_6_4/lib/gis/debug.c
Log:
typo
Modified: grass/branches/releasebranch_6_4/lib/gis/debug.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/debug.c 2009-05-31 15:05:14 UTC (rev 37658)
+++ grass/branches/releasebranch_6_4/lib/gis/debug.c 2009-05-31 15:05:44 UTC (rev 37659)
@@ -38,7 +38,7 @@
* - 2 - library functions likely to be used once in a module<br>
* - 3 - library functions likely to be called a few times in a module (<=10),<br>
* - 3 - database opening and closing logistics<br>
- * - 4 - each row (raster) or line (vector) or database/column (DB)i,<br>
+ * - 4 - each row (raster) or line (vector) or database/column (DB),<br>
* - 4 - each column/cat (DB)<br>
* - 5 - each cell (raster) or point (vector) or cat/attribute (DB)
*
More information about the grass-commit
mailing list