summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 16:06:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 16:06:48 +0000
commit1b82d027d489c25fc93a7ec598a195ef783d4073 (patch)
treed4c07f8319f9bc23891d7720a66d8e463f056361 /ChangeLog
parent9c24ab3d9d0317abe98b10c2dc4b85a155c6092e (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18795 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 a206fa12b2..035f25899d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -240,7 +240,7 @@ Fri Aug 22 04:33:56 2008 Tanaka Akira <akr@fsij.org>
Fri Aug 22 03:19:41 2008 Tanaka Akira <akr@fsij.org>
- * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete
+ * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluate
the argument only once.
`t = Object.new; def t.*(x) p x; 0 end; p Time.at(0, t)' did print x
twice.