ruby-changes:24832
From: kazu <ko1@a...>
Date: Mon, 3 Sep 2012 01:00:22 +0900 (JST)
Subject: [ruby-changes:24832] kazu:r36882 (trunk): fix typos
kazu 2012-09-03 01:00:08 +0900 (Mon, 03 Sep 2012) New Revision: 36882 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36882 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 36881) +++ ChangeLog (revision 36882) @@ -6,7 +6,7 @@ Sun Sep 2 05:41:28 2012 NARUSE, Yui <naruse@r...> * 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 @@ * 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 <nobu@r...> * 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 <akr@f...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/