aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-18 14:38:34 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-18 14:38:34 +0000
commit0a99ea86f47656eede005c5ebc25947e0e79a67b (patch)
tree935d907020d6bdf23923385c66a3d0b99eb30a56 /ChangeLog
parent10e85b7f84ec538ed60c2a70986c196d655c5b1b (diff)
downloadruby-0a99ea86f47656eede005c5ebc25947e0e79a67b.tar.gz
* ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3401d07ae3..a0238cc42a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,7 +58,7 @@ Mon Jan 16 11:22:38 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Jan 16 00:41:33 2012 Sokolov Yura <funny.falcon@gmail.com>
* st.c: st use function instead of macro. In my current
- environment (Ubunu 11.04 32bit gcc-4.5.2) it gives 4%
+ environment (Ubuntu 11.04 32bit gcc-4.5.2) it gives 4%
performance improvement.
https://github.com/ruby/ruby/pull/77
@@ -69,7 +69,7 @@ Sun Jan 15 14:09:48 2012 NARUSE, Yui <naruse@ruby-lang.org>
the default external encoding. [ruby-core:42095] [Bug #5848]
If the default external encoding is ASCII compatible, the encoding of
inspected result must be compatible with it.
- If the default external encoding is ASCII incomapatible,
+ If the default external encoding is ASCII incompatible,
the result must be ASCII only.
Sun Jan 15 13:21:50 2012 NARUSE, Yui <naruse@ruby-lang.org>
@@ -172,7 +172,7 @@ Thu Jan 12 13:51:00 2012 NARUSE, Yui <naruse@ruby-lang.org>
Thu Jan 12 02:14:43 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* object.c: Added examples for Object#is_a? and
- Object#instance_of? patcheed from Manoj Kumar.
+ Object#instance_of? patched from Manoj Kumar.
[Bug #5880] [ruby-core:42057]
Thu Jan 12 00:57:48 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>