diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-30 09:19:42 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-30 09:19:42 +0000 |
commit | 65cd92ed9ba8fa17eb0eff774d5c5826af905731 (patch) | |
tree | 250bcc99e6fa99ca31d35d65ef6a666415330799 /lib/net | |
parent | c6007a7d8295838e68fd4c83f999130e55d3440b (diff) | |
download | ruby-65cd92ed9ba8fa17eb0eff774d5c5826af905731.tar.gz ruby-65cd92ed9ba8fa17eb0eff774d5c5826af905731.tar.xz ruby-65cd92ed9ba8fa17eb0eff774d5c5826af905731.zip |
* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index d95615f5c..d4cbedbda 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -220,7 +220,7 @@ module Net #:nodoc: # HTTPUnknownResponse # HTTPInformation # 1xx # HTTPContinue # 100 - # HTTPSwitchProtocl # 101 + # HTTPSwitchProtocol # 101 # HTTPSuccess # 2xx # HTTPOK # 200 # HTTPCreated # 201 |