[GRASS-SVN] r60354 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 19 18:17:59 PDT 2014
Author: hcho
Date: 2014-05-19 18:17:59 -0700 (Mon, 19 May 2014)
New Revision: 60354
Modified:
grass/trunk/lib/vector/Vlib/write_pg.c
Log:
Vlib: message typo
Modified: grass/trunk/lib/vector/Vlib/write_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write_pg.c 2014-05-19 20:50:29 UTC (rev 60353)
+++ grass/trunk/lib/vector/Vlib/write_pg.c 2014-05-20 01:17:59 UTC (rev 60354)
@@ -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