From 4a371d69d49720b405af8efee622789d7b84f3c4 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 5 Mar 2015 14:34:37 +0000 Subject: fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f246398162..3ac16a693c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,7 @@ Thu Mar 5 08:31:02 2015 Rei Odaira * random.c (random_raw_seed): Avoid calling fill_random_bytes() if the requested size is 0. AIX returns -1 for 0-byte read from /dev/urandom, while other UNIX returns 0. With this change, - Random.raw_seed(0) consistently retuns "" in any UNIX. + Random.raw_seed(0) consistently returns "" in any UNIX. Wed Mar 4 12:43:32 2015 Kazuki Tanaka @@ -123,7 +123,7 @@ Mon Mar 2 13:04:27 2015 Nobuyoshi Nakada Mon Mar 2 12:05:04 2015 Naohisa Goto * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE - for receiving OOB data which is sended with MSG_OOB flag in + for receiving OOB data which is sent with MSG_OOB flag in portable way. [Bug #10915] [ruby-dev:48885] * test/net/ftp/test_ftp.rb (test_abort, test_status): use gets for receiving OOB data in portable way. -- cgit v1.2.3