[GRASS-SVN] r70849 - grass/branches/releasebranch_7_2/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 7 00:40:22 PDT 2017


Author: mlennert
Date: 2017-04-07 00:40:21 -0700 (Fri, 07 Apr 2017)
New Revision: 70849

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

Modified: grass/branches/releasebranch_7_2/lib/vector/Vlib/build_ogr.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/vector/Vlib/build_ogr.c	2017-04-07 07:39:11 UTC (rev 70848)
+++ grass/branches/releasebranch_7_2/lib/vector/Vlib/build_ogr.c	2017-04-07 07:40:21 UTC (rev 70849)
@@ -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