aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-10 08:00:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-10 08:00:04 +0000
commitd917e65143f08c88b1c83a71132b66c0a4c2db87 (patch)
tree99eac5ca9bad671dc0a782d65a8500bda727cc0e
parent1188d9291c60ccc1852af4c6f0e459f15e4e7e0c (diff)
downloadruby-d917e65143f08c88b1c83a71132b66c0a4c2db87.tar.gz
fix a typo of r41205
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <nobu@ruby-lang.org>
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.