From c5f11b65935420042f8c915ccb5e6da3530e6dcb Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Feb 2010 16:12:58 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1831845594..6b7a632910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,7 +44,7 @@ Thu Feb 18 22:31:15 2010 Yusuke Endoh Thu Feb 18 22:28:00 2010 Kenta Murata - * confiure.in: new --with-ext and --with-out-ext options for extmk. + * configure.in: new --with-ext and --with-out-ext options for extmk. * tool/mkconfig.rb: normalizing --with-out-ext to --without-ext. Thu Feb 18 21:50:00 2010 Tanaka Akira