[GRASS-SVN] r40565 - grass/trunk/vector/lidar/v.outlier
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 20 03:25:45 EST 2010
Author: mmetz
Date: 2010-01-20 03:25:43 -0500 (Wed, 20 Jan 2010)
New Revision: 40565
Modified:
grass/trunk/vector/lidar/v.outlier/main.c
Log:
fix spelling in comments
Modified: grass/trunk/vector/lidar/v.outlier/main.c
===================================================================
--- grass/trunk/vector/lidar/v.outlier/main.c 2010-01-20 07:50:24 UTC (rev 40564)
+++ grass/trunk/vector/lidar/v.outlier/main.c 2010-01-20 08:25:43 UTC (rev 40565)
@@ -192,7 +192,7 @@
G_fatal_error(_("No database connection for driver <%s> is defined. Run db.connect."),
dvr);
- /*Something went wrong in a previous v.outlier execution */
+ /* Something went wrong in a previous v.outlier execution */
if (db_table_exists(dvr, db, table_name)) {
if (P_Drop_Aux_Table(driver, table_name) != DB_OK)
G_fatal_error(_("Old auxiliar table could not be dropped"));
@@ -204,7 +204,7 @@
Vect_region_box(&elaboration_reg, &overlap_box);
Vect_region_box(&elaboration_reg, &general_box);
- /* Fixxing parameters of the elaboration region */
+ /* Fixing parameters of the elaboration region */
/*! Each original_region will be divided into several subregions. These
* subregion will be overlapped by its neibourgh subregions. This overlapping
* is calculated as OVERLAP_PASS times the east-west resolution. */
More information about the grass-commit
mailing list