From 89a2a1050863dfa7b3adbf39db3a92b8320deaa6 Mon Sep 17 00:00:00 2001 From: ayumin Date: Tue, 7 Feb 2012 11:13:40 +0000 Subject: * error.c (exc_inspect): Fix typo. patch from Trent Ogren git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ error.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d874f7b4cd..547d3a7c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 7 20:08:12 2012 Ayumu AIZAWA + + * 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 * st.c: refactor packed entries using structs. diff --git a/error.c b/error.c index 03e22bfa3a..f83cf3d5cf 100644 --- a/error.c +++ b/error.c @@ -613,7 +613,7 @@ exc_message(VALUE exc) * call-seq: * exception.inspect -> string * - * Return this exception's class name an message + * Return this exception's class name and message */ static VALUE -- cgit v1.2.3