summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-11 06:42:53 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-11 06:42:53 +0000
commit6396bcb8e3afa3536c064c5ea291b04edde1e03f (patch)
treebeda5fe503ae5d6c5b0df3f9124592cd6cab80d8 /ChangeLog
parentc2ae84bc4a44d8e66f4fe3cfdbe4791493b66745 (diff)
merge revision 32543:
* ChangeLog: fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 664d3f0a2e..472f317345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2806,7 +2806,7 @@ Tue Jul 5 14:05:43 2011 NARUSE, Yui <naruse@ruby-lang.org>
* lib/webrick/httpauth/digestauth.rb (_authenticate):
Literal texts in HTTP ABNF is case-insensitive (RFC2616 2.1),
- and a ample implementation in RFC2617 also ignores the case
+ and a sample implementation in RFC2617 also ignores the case
of algorithms. So now this ignores those cases.
[ruby-dev:43965] [Feature #4936]