[svn:parrot] r37533 - trunk/src

allison at svn.parrot.org allison at svn.parrot.org
Tue Mar 17 21:10:31 UTC 2009


Author: allison
Date: Tue Mar 17 21:10:30 2009
New Revision: 37533
URL: https://trac.parrot.org/parrot/changeset/37533

Log:
[cage] Typo in exception message.

Modified:
   trunk/src/scheduler.c

Modified: trunk/src/scheduler.c
==============================================================================
--- trunk/src/scheduler.c	Tue Mar 17 21:03:54 2009	(r37532)
+++ trunk/src/scheduler.c	Tue Mar 17 21:10:30 2009	(r37533)
@@ -850,7 +850,7 @@
 
     if (already_doing) {
         Parrot_io_eprintf(interp,
-            "** Exception catched while looking for a handler, trying next **\n");
+            "** Exception caught while looking for a handler, trying next **\n");
         if (! keep_context)
             return NULL;
         /*


More information about the parrot-commits mailing list