summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-19 15:34:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-19 15:34:01 +0000
commit0968c22e10a858db44d233753d55c9889c022851 (patch)
tree704136307a4bada5b1bb16ffea792f89d29df5f4 /ChangeLog
parente0ffb9b59be89bc0434ebeacafa2bb0160306423 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-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>