ruby-changes:31931
From: a_matsuda <ko1@a...>
Date: Thu, 5 Dec 2013 20:32:33 +0900 (JST)
Subject: [ruby-changes:31931] a_matsuda:r44010 (trunk): * lib/webrick/httpresponse.rb: [DOC] Fix typo
a_matsuda 2013-12-05 20:32:26 +0900 (Thu, 05 Dec 2013) New Revision: 44010 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44010 Log: * lib/webrick/httpresponse.rb: [DOC] Fix typo s/resopnse/response/ [ci skip] Modified files: trunk/lib/webrick/httpresponse.rb Index: lib/webrick/httpresponse.rb =================================================================== --- lib/webrick/httpresponse.rb (revision 44009) +++ lib/webrick/httpresponse.rb (revision 44010) @@ -171,7 +171,7 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/httpresponse.rb#L171 end ## - # Iterates over each header in the resopnse + # Iterates over each header in the response def each @header.each{|field, value| yield(field, value) } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/