aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 00:56:52 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 00:56:52 +0000
commit5ffd3ca1c361f1f571602140bddcf0a0bb7c3c53 (patch)
tree7ed9db1a242e0f92619d8b4be0b3e4a601d947c7 /ChangeLog
parent73a229c3a5032d50f21de698869cf2117084d12f (diff)
downloadruby-5ffd3ca1c361f1f571602140bddcf0a0bb7c3c53.tar.gz
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41291 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 c096c35ff3..d5dbd8bd00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Fri Jun 14 09:48:48 2013 Shugo Maeda <shugo@ruby-lang.org>
* NEWS: add notes for $SAFE.
- * doc/security.rd: remove the description of $SAFE=4.
+ * doc/security.rdoc: remove the description of $SAFE=4.
Fri Jun 14 00:14:29 2013 Tanaka Akira <akr@fsij.org>