[macruby-changes] [2463] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 3 15:20:38 PDT 2009


Revision: 2463
          http://trac.macosforge.org/projects/ruby/changeset/2463
Author:   lsansonetti at apple.com
Date:     2009-09-03 15:20:37 -0700 (Thu, 03 Sep 2009)
Log Message:
-----------
fixed an english problem (patch by Jordan Breeding)

Modified Paths:
--------------
    MacRuby/trunk/vm.cpp

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2009-09-03 22:17:39 UTC (rev 2462)
+++ MacRuby/trunk/vm.cpp	2009-09-03 22:20:37 UTC (rev 2463)
@@ -4538,7 +4538,7 @@
 {
     VALUE exc = GET_VM()->current_exception();
     if (exc == Qnil) {
-	printf("uncatched Objective-C/C++ exception...\n");
+	printf("uncaught Objective-C/C++ exception...\n");
 	std::terminate();
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090903/f2631bfd/attachment.html>


More information about the macruby-changes mailing list