aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>