aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-14 11:48:54 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-14 11:48:54 +0000
commit6f23ad6a5a7b8649c03b30ea4826abfed869c433 (patch)
treee5bf54c04b9744f05c50fc69060f447030637054
parent788b45da3e7d94dbaa5d7054ef7ecb5a79d4abe3 (diff)
downloadruby-6f23ad6a5a7b8649c03b30ea4826abfed869c433.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ccdcba1103..05f7e2e2e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,7 @@ Sun Apr 14 19:46:14 2013 Tanaka Akira <akr@fsij.org>
Sun Apr 14 02:46:50 2013 NARUSE, Yui <naruse@ruby-lang.org>
* lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other
- than nmke.
+ than nmake.
* ext/ripper/depend: use VPATH expecting removed by above.