Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10940

Modified Files:
      Tag: Feb2009
        pf_support.mx 
Log Message:
typo in the Error message



U pf_support.mx
Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.326.2.6
retrieving revision 1.326.2.7
diff -u -d -r1.326.2.6 -r1.326.2.7
--- pf_support.mx       27 Feb 2009 17:04:24 -0000      1.326.2.6
+++ pf_support.mx       17 Mar 2009 13:36:13 -0000      1.326.2.7
@@ -3701,7 +3701,7 @@
   var cont_names := 
affected_conts.leftjoin(ws.fetch(CONT_NAME)).reverse().mirror();
   var conflict := [tj_is_indexed](cont_names).uselect(true);
   if (count(conflict) > 0) {
-    ERROR("cannot update text-indexed collection %s (%s such errors).\n", 
reverse(conflict).fetch(0), count(confict));
+    ERROR("cannot update text-indexed collection %s (%s such errors).\n", 
reverse(conflict).fetch(0), count(conflict));
   }
 
   # check that all containers are updatable (i.e. that none are read-only)


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to