浏览代码

vlib: fix typo in message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56449 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
24e07695ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */