aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-17 06:25:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-17 06:25:05 +0000
commit4c024d0347c93b34bb46610085ba62afa96b76f9 (patch)
treea019833013b768f1355ff4567b53de8b240c4fbc
parent51308db3c99c9c23758f9e37f89dafda73c8d197 (diff)
downloadruby-4c024d0347c93b34bb46610085ba62afa96b76f9.tar.gz
* ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1df05afcda..f33500b6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Wed Jun 17 15:15:53 2015 NAKAMURA Usaku <usa@ruby-lang.org>
- * safe.rb (safe_setter): of course, don't have to warn the limitation of
+ * safe.c (safe_setter): of course, don't have to warn the limitation of
$SAFE=3 after it's removed.
Wed Jun 17 14:29:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>