From 44aa21d4aa25c036e1a6178c596f48cd1de9f254 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 8 Aug 2013 13:09:24 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 Tue Aug 6 17:02:17 2013 Nobuyoshi Nakada * 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 * 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.