summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-30 09:19:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-30 09:19:42 +0000
commit587082d57cb4bbf8255239c36cafd253978f87fa (patch)
tree250bcc99e6fa99ca31d35d65ef6a666415330799
parent8543ecee533a498b152fa7216cb8688b52915f52 (diff)
* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/http.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fef88ce3dd..0c173d1802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 30 18:18:13 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
+
Thu Apr 30 15:27:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross
diff --git a/lib/net/http.rb b/lib/net/http.rb
index d95615f5c8..d4cbedbda1 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