Changeset: 90d68445ca0f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90d68445ca0f
Modified Files:
        geom/monetdb5/geom.c
Branch: sfcgal
Log Message:

Typo


diffs (12 lines):

diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c
--- a/geom/monetdb5/geom.c
+++ b/geom/monetdb5/geom.c
@@ -5546,7 +5546,7 @@ BATgroupWKBWKBtoWKB(bat *outBAT_id, BAT 
                         GDKfree(grpWKBs);
                         BBPunfix(outBAT->batCacheid);
                         outBAT = NULL;
-                               throw(MAL, name, "Out WKB is NULL, if not 
exception was thrown during the execution of %s it means not enough geometries 
for the aggregation", name);
+                               throw(MAL, name, "Out WKB is NULL, if an 
exception wasn't thrown during the execution of %s it might means there is not 
enough geometries for the aggregation", name);
                     }
                     grpWKBs[gid] = outWKBs[gid];
                 }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to