From 5191b2ae3b5a99e34e34b531a6d754b34d256c13 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 20 Nov 2012 12:39:57 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfdd20748f..add4d642cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,8 +109,8 @@ Tue Nov 20 11:14:33 2012 NARUSE, Yui FreeBSD 9 has USDT but they are still optional. FreeBSD 10 will enable them by default. The variable $rb_cv_prog_dtrace_g is "yes" only on FreeBSD 9 with - optional DTrace or FreeBSD 10. If it is "no", you cannnot know - whether it doesn't need -G or DTrace is disabled. (by cheking + optional DTrace or FreeBSD 10. If it is "no", you cannot know + whether it doesn't need -G or DTrace is disabled. (by checking error code, you can know) Mon Nov 19 22:55:48 2012 Naohisa Goto @@ -168,8 +168,8 @@ Tue Nov 20 09:31:33 2012 KOSAKI Motohiro USE_TRAP_MASK. * signal.c (trap_arg, trap_ensure): removed. * signal.c (trap, sig_trap): removed pointless signal disabling. - We don't need it bacause we no longer run trap hander on signal - hander context. + We don't need it because we no longer run trap handler on signal + handler context. Tue Nov 20 09:20:49 2012 KOSAKI Motohiro @@ -215,7 +215,7 @@ Mon Nov 19 15:09:07 2012 NARUSE, Yui Mon Nov 19 14:55:51 2012 Koichi Sasada * thread.c: add `Thread#backtrace_locations' method. - This method is similart to `caller_locations' method for + This method is similar to `caller_locations' method for specific method. And fix to accept `level' and `n' parameters for `Thread#backtrace' and `Thread#backtrace_locations'.