ruby-changes:31947
From: a_matsuda <ko1@a...>
Date: Fri, 6 Dec 2013 13:34:44 +0900 (JST)
Subject: [ruby-changes:31947] a_matsuda:r44026 (trunk): * lib/webrick/httpstatus.rb: [DOC] Fix typo
a_matsuda 2013-12-06 13:34:35 +0900 (Fri, 06 Dec 2013) New Revision: 44026 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44026 Log: * lib/webrick/httpstatus.rb: [DOC] Fix typo s/sucess/success/ [ci skip] Modified files: trunk/lib/webrick/httpstatus.rb Index: lib/webrick/httpstatus.rb =================================================================== --- lib/webrick/httpstatus.rb (revision 44025) +++ lib/webrick/httpstatus.rb (revision 44026) @@ -39,7 +39,7 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/httpstatus.rb#L39 # Root of the HTTP info statuses class Info < Status; end - # Root of the HTTP sucess statuses + # Root of the HTTP success statuses class Success < Status; end # Root of the HTTP redirect statuses class Redirect < Status; end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/