From d917e65143f08c88b1c83a71132b66c0a4c2db87 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 10 Jun 2013 08:00:04 +0000 Subject: [PATCH] fix a typo of r41205 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e344c8cf5d..54505999de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ Mon Jun 10 15:36:00 2013 Nobuyoshi Nakada catching exceptions. * eval_error.c (error_print): restore errinfo for the case new - excecption raised while printing the message. [ruby-core:55365] + exception raised while printing the message. [ruby-core:55365] [Bug #8501] * eval_error.c (error_print): reduce calling setjmp.