aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-18 23:26:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-18 23:26:47 +0000
commit43b7f3002c5c1e1048fa0935ff6785189fa69808 (patch)
treed3a3c7612df928109734bfdac6387a4b6177b2ac
parent9200ea87bcaf57bca414f50c116be5d6d45e7ac0 (diff)
downloadruby-43b7f3002c5c1e1048fa0935ff6785189fa69808.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e54eb911fb..a977e3eea4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Thu Nov 19 01:48:05 2015 NAKAMURA Usaku <usa@ruby-lang.org>
Thu Nov 19 00:53:26 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/extmk.rb (--extflags): new option to pass EXTLDFLAGS to children,
- expecially exts.mk.
+ especially exts.mk.
* common.mk (EXTMK_ARGS): use above option.