From dcff8e84d3528af37d7540a8613f9bd247623b1a Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 15 Mar 2010 22:23:33 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fb03a1842..6453530f3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -137,7 +137,7 @@ Sun Mar 14 02:40:38 2010 Tanaka Akira * tool/transcode-tblgen.rb: reject ambiguous mapping. - * enc/trans/single_byte.trans: remove ambiguous maping such as + * enc/trans/single_byte.trans: remove ambiguous mapping such as \xD6 -> U+05F2 and \xD6\xC7 -> U+FB1F in Windows-1255 Sat Mar 13 23:48:27 2010 Yukihiro Matsumoto @@ -150,7 +150,7 @@ Sat Mar 13 23:48:27 2010 Yukihiro Matsumoto Sat Mar 13 17:48:43 2010 Nobuyoshi Nakada - * tool/file2lastrev.rb: refactord. fixed changed revision of git. + * tool/file2lastrev.rb: refactored. fixed changed revision of git. Sat Mar 13 15:44:20 2010 Yukihiro Matsumoto @@ -491,7 +491,7 @@ Wed Mar 3 14:28:23 2010 Yukihiro Matsumoto Wed Mar 3 06:19:25 2010 Nobuyoshi Nakada - * win32/win32.c (signbig): defined. + * win32/win32.c (signbit): defined. * win32/Makefile.sub, symbian/setup (config.h): pack.c requires SIZEOF_INT*_T now.