Author: particle
Date: Wed Dec 31 13:54:57 2008
New Revision: 34725

Modified:
   trunk/src/pmc/resizableintegerarray.pmc

Log:
[pmc] typo fix; GeJ++!

Modified: trunk/src/pmc/resizableintegerarray.pmc
==============================================================================
--- trunk/src/pmc/resizableintegerarray.pmc     (original)
+++ trunk/src/pmc/resizableintegerarray.pmc     Wed Dec 31 13:54:57 2008
@@ -86,7 +86,7 @@
     VTABLE void set_integer_native(INTVAL size) {
         if (size < 0)
             Parrot_ex_throw_from_c_args(INTERP, NULL, EXCEPTION_OUT_OF_BOUNDS,
-                    "ResizableStringArray: Can't resize!");
+                    "ResizableIntegerArray: Can't resize!");
 
         if (!PMC_data(SELF)) {
             /* empty - used fixed routine */

Reply via email to