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

ruby-changes:24040

From: kazu <ko1@a...>
Date: Fri, 15 Jun 2012 07:54:27 +0900 (JST)
Subject: [ruby-changes:24040] kazu:r36091 (trunk): fix typos

kazu	2012-06-15 07:54:10 +0900 (Fri, 15 Jun 2012)

  New Revision: 36091

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36090)
+++ ChangeLog	(revision 36091)
@@ -1486,8 +1486,8 @@
 	  backtrace (an array of strings) with faster generation.
 	  If someone accesses to backtrace information via
 	  Exception#backtrace, then convert a RubyVM::Backtrace object to
-	  traditonal style backtrace.
-	  This change causes incompatibility on marshal dumpped binary
+	  traditional style backtrace.
+	  This change causes incompatibility on marshal dumped binary
 	  of Exception.  If you have any trouble on it, please tell us
 	  before Ruby 2.0 release.
 	  Note that RubyVM::Backtrace object should not expose Ruby level.

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

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