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

ruby-changes:23652

From: kazu <ko1@a...>
Date: Sat, 19 May 2012 01:22:15 +0900 (JST)
Subject: [ruby-changes:23652] kazu:r35703 (trunk): fix typos and spaces

kazu	2012-05-19 01:22:04 +0900 (Sat, 19 May 2012)

  New Revision: 35703

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

  Log:
    fix typos and spaces

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35702)
+++ ChangeLog	(revision 35703)
@@ -34,15 +34,15 @@
 
 Fri May 18 15:54:07 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* ext/zlib/extconf.rb: Use an exception instaed of bare puts.
+	* ext/zlib/extconf.rb: Use an exception instead of bare puts.
 
 Fri May 18 15:53:05 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* ext/psych/extconf.rb: Use an exception instaed of bare abort.
+	* ext/psych/extconf.rb: Use an exception instead of bare abort.
 
 Fri May 18 15:51:32 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* ext/fiddle/extconf.rb: Use an exception instaed of bare abort.
+	* ext/fiddle/extconf.rb: Use an exception instead of bare abort.
 
 Fri May 18 15:49:35 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
@@ -106,7 +106,7 @@
 	  (BTESTRUBY): New variable to specify which ruby should be run on
 	  "make btest". NaCl can run the built binary by sel_ldr, but it need
 	  rbconfig.rb. So this variable is distinguished from $MINIRUBY.
-	  
+
 	* thread_pthread.c: Disabled some features on NaCl.
 
 	* io.c: ditto.
@@ -131,20 +131,19 @@
 	  process.
 
 	* nacl/package.rb: script for packaging a NaCl-Ruby embedding
-	  application. 
+	  application.
 
 	* nacl/reate_nmf.rb: Wrapper script of create_nmf.py
 
 	* dln.c (dln_load): Added a hack to call on NaCl.
 
-	* util.c (ruby_getcwd): Path to the current directort is not available
+	* util.c (ruby_getcwd): Path to the current directory is not available
 	  on NaCl.
 
 Thu May 17 10:54:58 2012  Nobuyoshi Nakada  <nobu@r...>
 
 	* ext/tk/extconf.rb: add -l options to $libs not $LDFLAGS,
-	to be
-	  passed to EXTLIBS in exts.mk.
+	  to be passed to EXTLIBS in exts.mk.
 
 	* enc/encinit.c.erb: use %-lines to adjust indent in the generated file.
 
@@ -166,7 +165,7 @@
 
 Wed May 16 15:15:55 2012  Nobuyoshi Nakada  <nobu@r...>
 
-	* configure.in (LD): enclose with single qoutes but not double quotes
+	* configure.in (LD): enclose with single quotes but not double quotes
 	  not to expand command substitution.
 
 Wed May 16 14:19:51 2012  Yuki Yugui Sonoda  <yugui@g...>

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

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