aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog-1.9.3
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-14 07:56:22 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-14 07:56:22 +0000
commit301a11b24b728aa15b811c50f68396a81cf15b85 (patch)
tree87c935d5bc785bdff6262938599a96810ddb415b /doc/ChangeLog-1.9.3
parentab86f1cffb204ab2c51c39926b9c34c4e608c5ad (diff)
downloadruby-301a11b24b728aa15b811c50f68396a81cf15b85.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/ChangeLog-1.9.3')
-rw-r--r--doc/ChangeLog-1.9.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3
index d0debe033c..64f8c770e6 100644
--- a/doc/ChangeLog-1.9.3
+++ b/doc/ChangeLog-1.9.3
@@ -405,7 +405,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]