From 38a14c68e003d30e7a3d12fe0bcce9639d14e39c Mon Sep 17 00:00:00 2001 From: xibbar Date: Thu, 30 May 2013 07:59:27 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5590359073..62343699d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1435,7 +1435,7 @@ Sat May 4 04:13:27 2013 KOSAKI Motohiro Fri May 3 19:32:13 2013 Takeyuki FUJIOKA - * lib/cgi/util.rb: All class methods moduleized. + * lib/cgi/util.rb: All class methods modulized. We can use these methods like a function when "include CGI::Util". [Feature #8354]