summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-06 02:46:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-06 02:46:18 +0000
commita7a2b1d8f312e3fbbf4412de5266034fc530d9e7 (patch)
tree3d692681b61dbccd4469de88e867759a048c6d97 /ChangeLog
parentd760f97172fd9e00c21b12e93ccdf9908f144be0 (diff)
typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 283b9bf740..b055d7be22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -160,7 +160,7 @@ Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>
Tue May 21 01:16:46 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* parse.y (bodystmt): ensure clause was excuted on else clause
- without rescue clase.
+ without rescue clause.
Tue May 21 00:20:25 2002 Takaaki Tateishi <ttate@kt.jaist.ac.jp>