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

ruby-changes:21813

From: kazu <ko1@a...>
Date: Sun, 27 Nov 2011 15:51:04 +0900 (JST)
Subject: [ruby-changes:21813] kazu:r33862 (trunk): fix typos and minor edit

kazu	2011-11-27 15:50:55 +0900 (Sun, 27 Nov 2011)

  New Revision: 33862

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

  Log:
    fix typos and minor edit

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33861)
+++ ChangeLog	(revision 33862)
@@ -115,7 +115,7 @@
 
 Thu Nov 24 19:59:56 2011  Tanaka Akira  <akr@f...>
 
-	* io.c (rb_io_reopen): re-initialize buffereing mode for stdout and
+	* io.c (rb_io_reopen): re-initialize buffering mode for stdout and
 	  stderr.
 
 Thu Nov 24 11:12:48 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
@@ -310,7 +310,7 @@
 Wed Nov 16 12:02:47 2011  NAKAMURA Usaku  <usa@r...>
 
 	* test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there are
-	  no guarantee of existance of RbConfig::CONFIG['LIBPATHENV'].
+	  no guarantee of existence of RbConfig::CONFIG['LIBPATHENV'].
 	  it only exists in Unix-like environments.
 
 	* test/webrick/test_filehandler.rb
@@ -361,7 +361,7 @@
 Tue Nov 15 13:38:14 2011  Naohisa Goto  <ngotogenome@g...>
 
 	* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
-	  to a separete file sparc.c for preventing inlining optimization.
+	  to a separate file sparc.c for preventing inlining optimization.
 	  Patched by Jurij Smakov. [Bug #5244] [ruby-core:40685]
 	* sparc.c (rb_sparc_flush_register_windows): ditto.
 	* configure.in: ditto.
@@ -450,7 +450,7 @@
 
 	* lib/mkmf.rb (checking_for): should not modify the result.
 
-	* lib/mkmf.rb (have_struct_member): accept compiler opttions.
+	* lib/mkmf.rb (have_struct_member): accept compiler options.
 
 	* lib/mkmf.rb (convertible_int): add restricted support of struct
 	  member, and TYPEOF_ macro.
@@ -537,7 +537,7 @@
 
 	* io.c (rb_ioctl): don't expose our sanity check value to ruby script.
 	  It may change string value meaning if the value is string.
-	  (e.g. MacOS X has  F_GETPATH ioctl)
+	  (e.g. MacOS X has F_GETPATH ioctl)
 	* io.c (rb_fcntl): ditto.
 
 Sat Nov 12 11:06:02 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
@@ -1153,7 +1153,7 @@
 
 Mon Oct 31 19:14:11 2011  Tanaka Akira  <akr@f...>
 
-	* test/resolv/test_dns.rb: don't check maximum sleeped time.
+	* test/resolv/test_dns.rb: don't check maximum slept time.
 	  ruby doesn't guarantee the maximum time because it is not a
 	  realtime application.
 
@@ -2083,7 +2083,7 @@
 Mon Sep 26 09:07:46 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody
-	  support. Last activity of their OSs are 7 years ago.
+	  support. Last activity of their OSes are 7 years ago.
 	* configure.in: ditto.
 	* dir.c: ditto.
 	* ext/tk/extconf.rb: ditto.

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

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