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

ruby-changes:24430

From: kazu <ko1@a...>
Date: Sat, 21 Jul 2012 00:08:44 +0900 (JST)
Subject: [ruby-changes:24430] kazu:r36481 (trunk): fix typos

kazu	2012-07-21 00:08:24 +0900 (Sat, 21 Jul 2012)

  New Revision: 36481

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36480)
+++ ChangeLog	(revision 36481)
@@ -40,7 +40,7 @@
 	  addresses.  Part of #6692
 	* ext/socket/rubysocket.h:  Add IN6_IS_ADDR_UNIQUE_LOCAL macro if
 	  missing.
-	* test/socket/test_addrinfo.rb:  Test for ipv6_unqiue_local?
+	* test/socket/test_addrinfo.rb:  Test for ipv6_unique_local?
 
 Fri Jul 20 07:40:32 2012  Eric Hodel  <drbrain@s...>
 
@@ -64,11 +64,11 @@
 
 	* thread.c (rb_thread_s_control_interrupt,
 	            rb_thread_s_check_interrupt): added for
-	  Thread.control_intgerrupt and Thread.check_interrupt.
+	  Thread.control_interrupt and Thread.check_interrupt.
 	  See details on rdoc.
 	  I'll make an ticket for this feature.
 
-	* test/ruby/test_thread.rb: add a test for Thread.control_intgerrupt.
+	* test/ruby/test_thread.rb: add a test for Thread.control_interrupt.
 
 	* thread.c (rb_threadptr_raise): make a new exception object
 	  even if argc is 0.
@@ -163,7 +163,7 @@
 
 Wed Jul 18 23:04:18 2012  NARUSE, Yui  <naruse@r...>
 
-	* ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.
+	* ext/dbm/dbm.c (fdbm_empty_p): fix wrong condition introduced in r36438.
 
 	* ext/sdbm/init.c (fsdbm_empty_p): ditto.
 

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

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