[GRASS-SVN] r70848 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 7 00:39:11 PDT 2017


Author: mlennert
Date: 2017-04-07 00:39:11 -0700 (Fri, 07 Apr 2017)
New Revision: 70848

Modified:
   grass/trunk/lib/vector/Vlib/build_ogr.c
Log:
Fix spelling error (fixes #3327)

Modified: grass/trunk/lib/vector/Vlib/build_ogr.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build_ogr.c	2017-04-07 01:51:48 UTC (rev 70847)
+++ grass/trunk/lib/vector/Vlib/build_ogr.c	2017-04-07 07:39:11 UTC (rev 70848)
@@ -76,7 +76,7 @@
     if (OGR_L_TestCapability(ogr_info->layer, OLCTransactions)) {
         CPLPushErrorHandler(CPLQuietErrorHandler); 
 	if (OGR_L_CommitTransaction(ogr_info->layer) != OGRERR_NONE)
-            G_debug(1, "Unable to commit transation");
+            G_debug(1, "Unable to commit transaction");
         CPLPushErrorHandler(CPLDefaultErrorHandler); 
     }
 



More information about the grass-commit mailing list