Przeglądaj źródła

Vlib: message typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60354 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 lat temu
rodzic
commit
615e442b5f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/vector/Vlib/write_pg.c

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

@@ -651,7 +651,7 @@ int create_table(struct Format_info_pg *pg_info, const struct field_info *Fi)
         /* 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;