aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-30 23:11:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-30 23:11:14 +0000
commitb4bc82392d479d58da3fba053e55e06398102fec (patch)
tree356f0cd5aff8946227dbdc77334b79ef8cf12d99 /ChangeLog
parentc50a3040289ce5e8d6327d4fc61fdfcd3a5f7b19 (diff)
downloadruby-b4bc82392d479d58da3fba053e55e06398102fec.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31828 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 f6f37533f3..b1d60c35bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,7 +35,7 @@ Sun May 29 23:10:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
Sun May 29 17:53:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
- * numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
+ * numeric.c: add #include "internal.h" for rb_big_uminus() prototype.
Sun May 29 15:09:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>