summaryrefslogtreecommitdiff
path: root/ChangeLog
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
commit3dcd927050d076cc3e8dd32eb8bee70621513dff (patch)
treed3a3c7612df928109734bfdac6387a4b6177b2ac /ChangeLog
parent3006e5ea78a41950e57c8f568fccf26c95ecc1e6 (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-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.