aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 13:08:41 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 13:08:41 +0000
commit4c6580f8f67883ee9c2c8f5fd339306cfea0a777 (patch)
tree1d9970be64677bc6229f30509c2883d267583d2d /ChangeLog
parentec01a8813ffe941220a6c77ee6f57a29f391501b (diff)
downloadruby-4c6580f8f67883ee9c2c8f5fd339306cfea0a777.tar.gz
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31296 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 ff0ba25c31..33a8b0bba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -610,7 +610,7 @@ Sun Mar 20 21:34:49 2011 Tadayoshi Funaba <tadf@dotrb.org>
strftime. It has some limitations that is same as Time's
one. [experimental]
* ext/date/date_strftime.c: new.
- * ext/date/lib/date/format.c: removed ruby version of strftime.
+ * ext/date/lib/date/format.rb: removed ruby version of strftime.
Sun Mar 20 12:43:12 2011 Tanaka Akira <akr@fsij.org>