aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:39:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:39:57 +0000
commit5191b2ae3b5a99e34e34b531a6d754b34d256c13 (patch)
treed2e0a7ae027ee46397071e349790de32ba082e55
parent2562560c87c38c5f3f055b2011b4dc6404638f89 (diff)
downloadruby-5191b2ae3b5a99e34e34b531a6d754b34d256c13.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog10
1 files 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 <naruse@ruby-lang.org>
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 <ngotogenome@gmail.com>
@@ -168,8 +168,8 @@ Tue Nov 20 09:31:33 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
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 <kosaki.motohiro@gmail.com>
@@ -215,7 +215,7 @@ Mon Nov 19 15:09:07 2012 NARUSE, Yui <naruse@ruby-lang.org>
Mon Nov 19 14:55:51 2012 Koichi Sasada <ko1@atdot.net>
* 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'.