ruby-changes:22413
From: ayumin <ko1@a...>
Date: Tue, 7 Feb 2012 20:13:51 +0900 (JST)
Subject: [ruby-changes:22413] ayumin:r34462 (trunk): * error.c (exc_inspect): Fix typo. patch from Trent Ogren
ayumin 2012-02-07 20:13:40 +0900 (Tue, 07 Feb 2012) New Revision: 34462 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34462 Log: * error.c (exc_inspect): Fix typo. patch from Trent Ogren Modified files: trunk/ChangeLog trunk/error.c Index: ChangeLog =================================================================== --- ChangeLog (revision 34461) +++ ChangeLog (revision 34462) @@ -1,3 +1,8 @@ +Tue Feb 7 20:08:12 2012 Ayumu AIZAWA <ayumu.aizawa@g...> + + * error.c (exc_inspect): Fix typo. patch from Trent Ogren + via https://github.com/ruby/ruby/pull/90 + Tue Feb 7 19:37:35 2012 Nobuyoshi Nakada <nobu@r...> * st.c: refactor packed entries using structs. Index: error.c =================================================================== --- error.c (revision 34461) +++ error.c (revision 34462) @@ -613,7 +613,7 @@ * call-seq: * exception.inspect -> string * - * Return this exception's class name an message + * Return this exception's class name and message */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/