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

ruby-changes:30886

From: kazu <ko1@a...>
Date: Wed, 18 Sep 2013 23:21:49 +0900 (JST)
Subject: [ruby-changes:30886] kazu:r42965 (trunk): fix a typo

kazu	2013-09-18 23:21:43 +0900 (Wed, 18 Sep 2013)

  New Revision: 42965

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

  Log:
    fix a typo

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42964)
+++ ChangeLog	(revision 42965)
@@ -11,7 +11,7 @@ Tue Sep 17 15:54:03 2013  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L11
 
 	* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throw):
 	  assertion for throw.  MiniTest::Assertions#assert_throws discards
-	  the cautht value.
+	  the caught value.
 
 	* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_nothing_thrown):
 	  returns the result of the given block.

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

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