aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-30 07:59:27 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-30 07:59:27 +0000
commit38a14c68e003d30e7a3d12fe0bcce9639d14e39c (patch)
treea14adc1f859b780f9887a74f470463cda244753f /ChangeLog
parent10e44b568fcd593caaeb1be9d29903d8057ea16c (diff)
downloadruby-38a14c68e003d30e7a3d12fe0bcce9639d14e39c.tar.gz
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40990 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 5590359073..62343699d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1435,7 +1435,7 @@ Sat May 4 04:13:27 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Fri May 3 19:32:13 2013 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
- * 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]