aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 13:25:34 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 13:25:34 +0000
commit3c9c2672afd0d937a293359768470ce61ad5cf85 (patch)
tree3b24b96c90ed532233a209ac97abc0481a30b467 /ChangeLog
parentd397f489a7ff283b86a5eff08ae6720c832f9b0c (diff)
downloadruby-3c9c2672afd0d937a293359768470ce61ad5cf85.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52803 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 4ec12546d7..f44ddf5b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Mon Nov 30 18:46:44 2015 NARUSE, Yui <naruse@ruby-lang.org>
* ext/readline/extconf.rb: call dir_config("libedit")
- if --enable-libedit is spcified. [Bug #11751]
+ if --enable-libedit is specified. [Bug #11751]
patched by John Hein
Mon Nov 30 08:44:29 2015 Eric Wong <e@80x24.org>