ruby-changes:26901
From: kazu <ko1@a...>
Date: Sat, 26 Jan 2013 22:49:22 +0900 (JST)
Subject: [ruby-changes:26901] kazu:r38953 (trunk): fix a typo
kazu 2013-01-26 22:48:15 +0900 (Sat, 26 Jan 2013) New Revision: 38953 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38953 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38952) +++ ChangeLog (revision 38953) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Sat Jan 26 22:39:12 2013 Nobuyoshi Nakada <nobu@r...> - * marshal.c (w_object): dump instance varialbes of the result of + * marshal.c (w_object): dump instance variables of the result of marshal_dump not the original object. [ruby-core:51163] [Bug #7627] * complex.c (nucomp_marshal_dump): need to copy instance variables. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/