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

ruby-changes:16996

From: akr <ko1@a...>
Date: Sun, 15 Aug 2010 11:39:00 +0900 (JST)
Subject: [ruby-changes:16996] Ruby:r28993 (trunk): fix typos.

akr	2010-08-15 11:37:51 +0900 (Sun, 15 Aug 2010)

  New Revision: 28993

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28992)
+++ ChangeLog	(revision 28993)
@@ -8,7 +8,7 @@
 	* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h,
 	  ext/bigdecimal/bigdecimal.c, test/bigdecimal/test_bigdecimal.rb
 	  (TestBigDecimal#test_new): replace U_LONG, S_LONG, S_INT, and U_INT
-	  with appropreate standard or ruby-provided types.
+	  with appropriate standard or ruby-provided types.
 
 Sun Aug 15 00:15:45 2010  Tanaka Akira  <akr@f...>
 
@@ -225,7 +225,7 @@
 	* lib/rubygems.rb (Gem.find_files): fixed search order same as
 	  default behavior.
 
-	* gem_prelude.rb, lib/rubygems.rb (Gem.suffixes): return truely
+	* gem_prelude.rb, lib/rubygems.rb (Gem.suffixes): return truly
 	  require-able suffixes only.
 
 Sun Aug  8 13:20:57 2010  Tanaka Akira  <akr@f...>
@@ -271,13 +271,13 @@
 	* include/ruby/missing.h: don't substitute "close", etc. here.
 
 	* include/ruby/ruby.h: include ruby/subst.h at last.
-	  This prevents substituting "close" in unitstd.h.
+	  This prevents substituting "close" in unistd.h.
 
 Sat Aug  7 19:51:10 2010  Tanaka Akira  <akr@f...>
 
 	* test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderr
 	  if capture_stderr is :merge_to_stdout.
-	  (assert_normal_exit): print abnormal output propery.
+	  (assert_normal_exit): print abnormal output properly.
 
 Sat Aug  7 19:04:49 2010  Tanaka Akira  <akr@f...>
 
@@ -374,7 +374,7 @@
 
 Fri Aug  6 17:42:12 2010  NARUSE, Yui  <naruse@r...>
 
-	* enc/depend: add space at the begginig of @ignore_error.
+	* enc/depend: add space at the beginning of @ignore_error.
 
 	* lib/mkmf.rb: ditto.
 
@@ -487,7 +487,7 @@
 
 Tue Aug  3 14:42:12 2010  NARUSE, Yui  <naruse@r...>
 
-	* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.
+	* ext/extmk.rb: remove purelib, fixes a bug in r28440, r28441.
 
 	* spec/default.mspec: ditto.
 

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

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