ruby-changes:2010
From: ko1@a...
Date: 24 Sep 2007 16:56:05 +0900
Subject: [ruby-changes:2010] shyouhei - Ruby:r13501 (ruby_1_8, trunk): lib/net/http.rb: fix typo.
shyouhei 2007-09-24 16:55:41 +0900 (Mon, 24 Sep 2007) New Revision: 13501 Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/lib/net/http.rb trunk/ChangeLog trunk/lib/net/http.rb Log: lib/net/http.rb: fix typo. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=13501&r2=13500 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13501&r2=13500 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/lib/net/http.rb?r1=13501&r2=13500 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/net/http.rb?r1=13501&r2=13500 Index: ChangeLog =================================================================== --- ChangeLog (revision 13500) +++ ChangeLog (revision 13501) @@ -1,3 +1,7 @@ +Mon Sep 24 16:52:11 2007 Urabe Shyouhei <shyouhei@r...> + + * lib/net/http.rb: fix typo. + Mon Sep 24 06:49:15 2007 GOTOU Yuuzou <gotoyuzo@n...> * lib/net/http.rb: an SSL verification (the server hostname should Index: lib/net/http.rb =================================================================== --- lib/net/http.rb (revision 13500) +++ lib/net/http.rb (revision 13501) @@ -533,7 +533,7 @@ false # redefined in net/https end - # specify enabling SSL server sertificate and hostname checking. + # specify enabling SSL server certificate and hostname checking. attr_accessor :enable_post_connection_check # Opens TCP connection and HTTP session. Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 13500) +++ ruby_1_8/ChangeLog (revision 13501) @@ -1,3 +1,7 @@ +Mon Sep 24 16:52:11 2007 Urabe Shyouhei <shyouhei@r...> + + * lib/net/http.rb: fix typo. + Sun Sep 23 21:57:25 2007 GOTOU Yuuzou <gotoyuzo@n...> * lib/net/http.rb: an SSL verification (the server hostname should Index: ruby_1_8/lib/net/http.rb =================================================================== --- ruby_1_8/lib/net/http.rb (revision 13500) +++ ruby_1_8/lib/net/http.rb (revision 13501) @@ -527,7 +527,7 @@ false # redefined in net/https end - # specify enabling SSL server sertificate and hostname checking. + # specify enabling SSL server certificate and hostname checking. attr_accessor :enable_post_connection_check # Opens TCP connection and HTTP session. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml