From c38aee596f496a7500d2dbd84fd6a4cd8f70c01d Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 2 Sep 2012 16:00:08 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c2d4e900f..f0c0c1e343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Sun Sep 2 21:46:28 2012 BOSSLET, Martin Sun Sep 2 05:41:28 2012 NARUSE, Yui * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new key - SSLTmpDhCallback to set SSLContext#tmp_dh_calback. + SSLTmpDhCallback to set SSLContext#tmp_dh_callback. * lib/webrick/ssl.rb (WEBrick::GenericServer#setup_ssl_context): follow above. @@ -68,14 +68,14 @@ Fri Aug 31 14:27:39 2012 Nobuyoshi Nakada * lib/mkmf.rb (create_makefile): fix race conditions at install-ext. target files need to depend on destination directory timestamp - files, not phony trgets. + files, not phony targets. Fri Aug 31 14:03:45 2012 Nobuyoshi Nakada * vm_trace.c (clean_hooks): do not access freed memory. * vm_trace.c (rb_threadptr_exec_event_hooks): fix uninitialized state - when no events is excuted. + when no events is executed. Thu Aug 30 18:21:51 2012 Tanaka Akira