1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/webrick/httpstatus.rb: [DOC] Fix typo

s/sucess/success/
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-06 04:34:35 +00:00
parent 56654cb04d
commit c52eadeb77

View file

@ -39,7 +39,7 @@ module WEBrick
# 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