summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bdfe046c3..b3f0f7b19f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -239,7 +239,7 @@ Wed Apr 11 17:16:49 2012 Koichi Sasada <ko1@atdot.net>
* compile.c (compile_array, compile_array_):
Divide big array (or hash) literals into several blocks and
- concatetene them. There was a problem that a big array (hash)
+ concatenate them. There was a problem that a big array (hash)
literal causes SystemStackError exception (stack overflow)
because VM push all contents of the literal onto VM stack to
make an array (or hash). To solve this issue, we make several
@@ -397,7 +397,7 @@ Mon Apr 9 13:06:58 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
Mon Apr 9 08:01:15 2012 Tadayoshi Funaba <tadf@dotrb.org>
- * ext/date/date_strftime.c: gets the value with range() consistetly.
+ * ext/date/date_strftime.c: gets the value with range() consistently.
* ext/date/date_strftime.c (range): now just replaces the given item.
Mon Apr 9 06:58:01 2012 Tadayoshi Funaba <tadf@dotrb.org>