[前][次][番号順一覧][スレッド一覧]

ruby-changes:25705

From: kazu <ko1@a...>
Date: Tue, 20 Nov 2012 21:40:08 +0900 (JST)
Subject: [ruby-changes:25705] kazu:r37762 (trunk): fix typos

kazu	2012-11-20 21:39:57 +0900 (Tue, 20 Nov 2012)

  New Revision: 37762

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37762

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37761)
+++ ChangeLog	(revision 37762)
@@ -109,8 +109,8 @@
 	  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@g...>
@@ -168,8 +168,8 @@
 	  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@g...>
 
@@ -215,7 +215,7 @@
 Mon Nov 19 14:55:51 2012  Koichi Sasada  <ko1@a...>
 
 	* 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'.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]