[GRASS-SVN] r56449 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 28 04:31:31 PDT 2013
Author: martinl
Date: 2013-05-28 04:31:31 -0700 (Tue, 28 May 2013)
New Revision: 56449
Modified:
grass/trunk/lib/vector/Vlib/open_pg.c
Log:
vlib: fix typo in message
Modified: grass/trunk/lib/vector/Vlib/open_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open_pg.c 2013-05-28 11:23:21 UTC (rev 56448)
+++ grass/trunk/lib/vector/Vlib/open_pg.c 2013-05-28 11:31:31 UTC (rev 56449)
@@ -1421,7 +1421,7 @@
/* attach isles */
if (pg_info->topo_geo_only) {
plus->n_isles = 0; /* reset isles */
- G_warning(_("To be implented: isles not attached in Topo-Geo-only mode"));
+ G_warning(_("To be implemented: isles not attached in Topo-Geo-only mode"));
}
else {
/* read isles from 'isle_grass' table */
More information about the grass-commit
mailing list