aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 06:39:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 06:39:25 +0000
commit684ce8403c0738bbada6d84cfe60a6e16824421b (patch)
tree0ca68b0066a27059e914253eff79fdc4145927ce /ChangeLog
parentb3d2b56d2b92af712501ebb1bd5a1b7c06dbe1d3 (diff)
downloadruby-684ce8403c0738bbada6d84cfe60a6e16824421b.tar.gz
* ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39508 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 31ae0ffa5a..eecaf58ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Tue Feb 26 15:12:11 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/mkconfig.rb: reconstruct comma separated list values. a
- command line to Windows batch file is splitted not only by spaces
- and equals sign but also by commas and semicolons.
+ command line to Windows batch file is split not only by spaces
+ and equal signs but also by commas and semicolons.
Tue Feb 26 15:04:19 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>