From 00096bdf0dfd2f98f9265449a17f23374975eb3c Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 12 May 2013 13:51:54 +0000 Subject: [PATCH] * ChangeLog: fix a typo of r40667. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba052885ec..b892cf6664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,7 +28,7 @@ Sun May 12 17:25:46 2013 KOSAKI Motohiro Sun May 12 17:18:46 2013 KOSAKI Motohiro - * process.c: move '#define SPAWNV 1' to win32/Makefile.sub. + * process.c: move '#define HAVE_SPAWNV 1' to win32/Makefile.sub. * win32/Makefile.sub: see above. Sun May 12 17:13:32 2013 KOSAKI Motohiro