aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-07 12:34:20 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-07 12:34:20 +0000
commit813d4b5dd792342a479995d0295f4feef1b4e32a (patch)
treea05cb5ede8dbd06a500499fcf41790673159b24b /ChangeLog
parentd0f6f9fb7a2045426756795366233f64fd9c6332 (diff)
downloadruby-813d4b5dd792342a479995d0295f4feef1b4e32a.tar.gz
* sample/webrick/httpsd.rb: fix typo in comment. suggested by
Kazuhiko Shiozaki. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d388bcda84..bcd50104ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Mon Mar 7 21:29:40 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
restore @token if accept failure. suggested by Dominique Brezinski.
[ruby-core:04518]
+ * sample/webrick/httpsd.rb: fix typo in comment. suggested by
+ Kazuhiko Shiozaki.
+
Mon Mar 7 21:01:37 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_require_safe): get actual path string under safe level