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

ruby-changes:30547

From: kazu <ko1@a...>
Date: Mon, 19 Aug 2013 22:41:50 +0900 (JST)
Subject: [ruby-changes:30547] kazu:r42626 (trunk): fix typos

kazu	2013-08-19 22:41:42 +0900 (Mon, 19 Aug 2013)

  New Revision: 42626

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42625)
+++ ChangeLog	(revision 42626)
@@ -42,7 +42,7 @@ Mon Aug 19 13:28:47 2013  NAKAMURA Usaku https://github.com/ruby/ruby/blob/trunk/ChangeLog#L42
 Mon Aug 19 13:03:08 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in (clock_gettime): should not overwrite cache variable
-	  with different condtion.  otherwise -lrt is not linked and the link
+	  with different condition.  otherwise -lrt is not linked and the link
 	  fails, after reconfig.
 
 Mon Aug 19 12:56:49 2013  Tanaka Akira  <akr@f...>
@@ -95,7 +95,7 @@ Sun Aug 18 00:44:58 2013  Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L95
 
 	* bignum.c (BIGDIVREM_EXTRA_WORDS): Redefine to 1.
 	  (bigdivrem_num_extra_words): Removed.
-	  (bigdivrem_normal): Simplefied.
+	  (bigdivrem_normal): Simplified.
 	  (big2str_karatsuba): Ditto.
 
 Sat Aug 17 23:25:19 2013  Benoit Daloze  <eregontp@g...>
@@ -132,7 +132,7 @@ Fri Aug 16 17:32:02 2013  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L132
 
 Fri Aug 16 11:23:35 2013  NAKAMURA Usaku  <usa@r...>
 
-	* file.c (rb_file_size, rb_file_flock): improve performance of Winodws.
+	* file.c (rb_file_size, rb_file_flock): improve performance of Windows.
 
 	* file.c (rb_file_truncate): removed unnecessary #ifdef.
 

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

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