summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:12:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:12:04 +0000
commitf02f13c78b3f873a4e434f705fe41073ea90ce5a (patch)
tree6d875e6997c8173380f2152523b7021d52d08f87
parentb0132150c60a7e4c1fdb6820afa4cfdc5598f3a6 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb89b1fe2..358fe179e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,7 +80,7 @@ Sun Nov 9 08:58:05 2014 Tanaka Akira <akr@fsij.org>
Sun Nov 9 05:00:23 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/securerandom.rb (initialize): call the special method for Win32
- before cheking `/dev/urandom` because we know windows doesn't have it.
+ before checking `/dev/urandom` because we know windows doesn't have it.
Sun Nov 9 04:01:46 2014 NAKAMURA Usaku <usa@ruby-lang.org>