aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-08 13:09:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-08 13:09:24 +0000
commit44aa21d4aa25c036e1a6178c596f48cd1de9f254 (patch)
tree18efdd609461d3a32bbaaaeb4a8b6f2ed682758c /ChangeLog
parentfef170e87c7e49db5f6c6eab7bcd1b12697c7e7f (diff)
downloadruby-44aa21d4aa25c036e1a6178c596f48cd1de9f254.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e58e7a895..d663669612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -227,13 +227,13 @@ Tue Aug 6 17:21:38 2013 Koichi Sasada <ko1@atdot.net>
Tue Aug 6 17:02:17 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (rb_w32_conv_from_wchar): use WideCharToMultiByte(),
- as like as mbstr_to_wstr(), in the first step of the convertion from
+ as like as mbstr_to_wstr(), in the first step of the conversion from
WCHAR.
Tue Aug 6 16:14:32 2013 Shugo Maeda <shugo@ruby-lang.org>
* vm_eval.c (eval_string_with_cref): copy cref to limit the scope of
- refienements in the eval string. [ruby-core:56329] [Bug #8722]
+ refinements in the eval string. [ruby-core:56329] [Bug #8722]
* test/ruby/test_refinement.rb: related test.