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

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 3 14:45:20 PST 2010


Revision: 4974
          http://trac.macosforge.org/projects/ruby/changeset/4974
Author:   lsansonetti at apple.com
Date:     2010-12-03 14:45:17 -0800 (Fri, 03 Dec 2010)
Log Message:
-----------
fix spelling mistake

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

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2010-12-03 03:45:47 UTC (rev 4973)
+++ MacRuby/trunk/vm.cpp	2010-12-03 22:45:17 UTC (rev 4974)
@@ -1335,7 +1335,7 @@
     if (klass != Qundef) {
 	rb_vm_check_if_module(klass);
 	if (outer != rb_cObject && !RCLASS_RUBY(klass)) {
-	    // Ignore classes retrived by the dynamic resolver.
+	    // Ignore classes retrieved by the dynamic resolver.
 	    klass = Qundef;
 	}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101203/f32e5c0e/attachment.html>


More information about the macruby-changes mailing list