Browse Source

vlib: fix typo in message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56449 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
24e07695ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vector/Vlib/open_pg.c

+ 1 - 1
lib/vector/Vlib/open_pg.c

@@ -1421,7 +1421,7 @@ int Vect__load_plus_pg(struct Map_info *Map, int head_only)
     /* 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 */