summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-14 06:11:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-14 06:11:05 +0000
commite8c234577fa7061a22f0dc515aefdc8dbc61f3b5 (patch)
treeb7489d000570ed6f06cb52fa8babe9ad15816a4c /ChangeLog
parent204692c5ad8ecbb625742daf807e80734cfb9490 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37179 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 91586af4dc..3771b534a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,7 +111,7 @@ Tue Oct 9 18:01:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
precision of long may be larger than double.
* random.c (rb_random_ulong_limited): new function to return a random
- value from 0 upto limit as unsigned long, simillary to
+ value from 0 upto limit as unsigned long, similarly to
rb_genrand_ulong_limited but with arbitrary RNG object.
Tue Oct 9 17:13:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>