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

ruby-changes:9397

From: akr <ko1@a...>
Date: Tue, 23 Dec 2008 15:35:12 +0900 (JST)
Subject: [ruby-changes:9397] Ruby:r20935 (trunk): fix typos.

akr	2008-12-23 15:34:55 +0900 (Tue, 23 Dec 2008)

  New Revision: 20935

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20934)
+++ ChangeLog	(revision 20935)
@@ -203,7 +203,7 @@
 
 	* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command
 	  line options. [ruby-dev:37161]. Fixes #711. 
-	  improved long optinos.
+	  improved long options.
 
 	* lib/irb/init.rb (IRB.set_encoding): new subroutine for IRB.opt_parse
 
@@ -225,7 +225,7 @@
 	* lib/irb/lc/ja/encoding_aliases.rb: new file. provides Japanese specific
 	  character encoding name table for backward compatibility.
 
-	* lib/irb/lc/ja/error.rb: re-eoncoded from ISO-2022-JP into UTF-8.
+	* lib/irb/lc/ja/error.rb: re-encoded from ISO-2022-JP into UTF-8.
 	  magic comment.
 
 	* lib/irb/locale.rb: integrated with Ruby 1.9's M17N support.
@@ -316,7 +316,7 @@
 
 Wed Dec 17 11:01:35 2008  Nobuyoshi Nakada  <nobu@r...>
 
-	* string.c (rb_str_hash): gets rid of collisions between differen
+	* string.c (rb_str_hash): gets rid of collisions between different
 	  encoding strings.  [ruby-core:20526]
 
 Wed Dec 17 09:50:19 2008  Yuki Sonoda (Yugui)  <yugui@y...>
@@ -542,7 +542,7 @@
 
 Sun Dec 14 14:26:11 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
-	* spec/README: directory structrue changed
+	* spec/README: directory structure changed
 
 Sun Dec 14 09:14:37 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
@@ -961,7 +961,7 @@
 
 	* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.
 	  (Open3.capture2): renamed from Open3.poutput2.
-	  (lOpen3.capture2e): renamed from Open3.poutput2e.
+	  (Open3.capture2e): renamed from Open3.poutput2e.
 
 Sun Dec  7 11:48:04 2008  Tanaka Akira  <akr@f...>
 
@@ -996,7 +996,7 @@
 
 Fri Dec  5 21:42:44 2008  Tadayoshi Funaba  <tadf@d...>
 
-	* complex.c: inpsect should not depend on to_s.
+	* complex.c: inspect should not depend on to_s.
 
 Fri Dec  5 21:18:31 2008  Yukihiro Matsumoto  <matz@r...>
 
@@ -1531,7 +1531,7 @@
 
 Sat Nov 22 21:29:54 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
-	* test/ruby/test_method.rb (test_default_accessiblity): test case for
+	* test/ruby/test_method.rb (test_default_accessibility): test case for
 	  [ruby-dev:37124].
 
 Sat Nov 22 18:24:24 2008  Yukihiro Matsumoto  <matz@r...>
@@ -1883,7 +1883,7 @@
 Sat Nov  8 01:48:07 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* thread_pthread.c (rb_thread_create_timer_thread): do not wait never
-	  coming signal if failed to create tiemr thread.
+	  coming signal if failed to create timer thread.
 
 	* thread_pthread.c (native_cond_timedwait): returns error code.
 
@@ -2001,7 +2001,7 @@
 	  (ary_take_pos_flags): new enum. makes the fourth argument of
 	  rb_ary_take_first_or_last more descriptive.
 	  (rb_ary_partial): renamed rb_ary_partial0 more appropriately.
-	  takes a new parameter klass for what class to instanciate.
+	  takes a new parameter klass for what class to instantiate.
 
 Mon Nov  3 13:00:26 2008  Yuki Sonoda (Yugui)  <yugui@y...>
  
@@ -2091,7 +2091,7 @@
 Fri Oct 31 11:35:38 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* encoding.c (rb_enc_set_default_internal): no alias "internal" if
-	  defalt internal is not set.  [ruby-dev:37000]
+	  default internal is not set.  [ruby-dev:37000]
 
 Fri Oct 31 08:16:14 2008  Nobuyoshi Nakada  <nobu@r...>
 
@@ -2365,7 +2365,7 @@
 
 	* test/minitest/test_mini_test.rb
 	  (test_assert_raises_triggered_different): the test failed when a
-	  file path in the backtrace contontains something except [\w\/\.],
+	  file path in the backtrace contains something except [\w\/\.],
 	  e.g. hyphen, Japanese characters or backslash.
 
 	* test/minitest/test_mini_test.rb
@@ -2584,7 +2584,7 @@
 
 	* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
 	  ext/mathn/complex/complex.c.
-	* ext/mathn: new mathn ext-libralies.
+	* ext/mathn: new mathn ext-libraries.
 
 Fri Oct 24 18:21:31 2008  Yukihiro Matsumoto  <matz@r...>
 
@@ -2694,7 +2694,7 @@
 Wed Oct 22 16:27:57 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_insnhelper.c (vm_yield_setup_args): should not drop arguments
-	  corresponding to default paramters.
+	  corresponding to default parameters.
 
 Wed Oct 22 14:59:30 2008  Yukihiro Matsumoto  <matz@r...>
 

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

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