[GRASS-SVN] r60355 - grass/branches/releasebranch_7_0/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 19 18:18:26 PDT 2014
Author: hcho
Date: 2014-05-19 18:18:26 -0700 (Mon, 19 May 2014)
New Revision: 60355
Modified:
grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c
Log:
Vlib: message typo
Modified: grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c 2014-05-20 01:17:59 UTC (rev 60354)
+++ grass/branches/releasebranch_7_0/lib/vector/Vlib/write_pg.c 2014-05-20 01:18:26 UTC (rev 60355)
@@ -651,7 +651,7 @@
/* describe table */
db_set_string(&dbtable_name, Fi->table);
if (db_describe_table(driver, &dbtable_name, &table) != DB_OK) {
- G_warning(_("Unable to desribe table <%s>"),
+ G_warning(_("Unable to describe table <%s>"),
Fi->table);
db_close_database_shutdown_driver(driver);
pg_info->dbdriver = NULL;
More information about the grass-commit
mailing list