summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 22:08:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 22:08:27 +0000
commit4f8b092848020367ef5b1e9963231b3501cda249 (patch)
tree8e2b31beeb603c392d219b7b473c65a76213b3f1
parent9500f30dce0f24acc8c0f995a686ba65da1c6eaa (diff)
downloadruby-4f8b092848020367ef5b1e9963231b3501cda249.tar.gz
ruby-4f8b092848020367ef5b1e9963231b3501cda249.tar.xz
ruby-4f8b092848020367ef5b1e9963231b3501cda249.zip
fix typos
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 14a934a76..359f53f4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -378,7 +378,7 @@ Fri Sep 11 14:22:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.
- * configure.in (RUBY_REPLACE_TYPE): define typename to defaul
+ * configure.in (RUBY_REPLACE_TYPE): define typename to default
type if the latter is found.
Fri Sep 11 13:57:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -585,7 +585,7 @@ Mon Sep 7 05:38:34 2009 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.h (CALL_SIMPLE_METHOD): add a version which
use an inline cache. USE_IC_FOR_SPECIALIZED_METHOD macro
- switchs the behaviour. This change also removes
+ switches the behaviour. This change also removes
CALL_SIMPLE_METHOD_IC() macro.
* tool/instruction.rb: fix elimination process to ignore
@@ -608,7 +608,7 @@ Mon Sep 7 03:21:40 2009 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/common.rb (URI.escape): obsoleted.
- * lib/uri/common.rb (URI,unescape): ditto.
+ * lib/uri/common.rb (URI.unescape): ditto.
Sun Sep 6 18:13:54 2009 Koichi Sasada <ko1@atdot.net>