summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-25 16:22:06 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-25 16:22:06 +0000
commitf51e9cc0f6b8aee44b9502c5a0569598507e3d7d (patch)
treef3fe2a5f95a8dbb984649798270b5fb568312fcd /ChangeLog
parentc1d27b8c8d29ffc69f12b87e6261ff8fc4fc3701 (diff)
* ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35471 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 1dc9a6a882..6c37e30feb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,7 +54,7 @@ Tue Apr 24 18:12:13 2012 Koichi Sasada <ko1@atdot.net>
* compile.c: fix to output warning when the same literals
are available as a condition of same case clause.
- And remove infomation ('#n') because we can find duplicated
+ And remove information ('#n') because we can find duplicated
condition with explicit line numbers.
[ruby-core:38343] [Ruby 1.9 - Bug #5068]