summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-20 14:18:04 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-20 14:18:04 +0000
commit3f6ec3ddcc91e106b1fe9aa574632edcf9b9a80f (patch)
tree92c947d692ded4ed65a5d304da79fe3dabe23987 /ChangeLog
parente95d69038046f7929721905e95fb454a853b09e3 (diff)
* ChangeLog: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35728 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 3bb0ada8ae..52914b66e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,7 @@ Sat May 19 19:04:38 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
ruby, if --disable-shared and --with-static-linked-ext.
* ext/extmk.rb (command_output): dmyext is needed as DLDOBJS if no
- static lined extensions.
+ static linked extensions.
* Makefile.in, common.mk (PROGRAM): no extension libraries.