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

ruby-changes:12767

From: kazu <ko1@a...>
Date: Mon, 10 Aug 2009 18:10:37 +0900 (JST)
Subject: [ruby-changes:12767] Ruby:r24492 (trunk): fix typos

kazu	2009-08-10 18:10:18 +0900 (Mon, 10 Aug 2009)

  New Revision: 24492

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 24491)
+++ ChangeLog	(revision 24492)
@@ -391,7 +391,7 @@
 	* io.c (rb_stdio_set_default_encoding): added.
 
 	* ruby.c (process_options): call rb_stdio_set_default_encoding
-	  after setting defualt internal and external.
+	  after setting default internal and external.
 
 Fri Jul 31 15:06:33 2009  NAKAMURA Usaku  <usa@r...>
 
@@ -663,7 +663,7 @@
 
 Wed Jul 22 22:16:48 2009  URABE Shyouhei  <shyouhei@r...>
 
-	* method.h : Commas at end of enum list not allowed as of C89
+	* method.h: Commas at end of enum list not allowed as of C89
 
 	* vm_method.c (rb_add_method): avoid C++ comment
 
@@ -730,7 +730,7 @@
 
 	* lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].
 
-	* lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],
+	* lib/tracer.rb: no show lines unknown line number. [ruby-core:22096],
 	  no trace display  c-call and c-return as default.
 
 Tue Jul 21 16:24:41 2009  Masaki Suketa  <masaki.suketa@n...>
@@ -825,7 +825,7 @@
 
 	* re.c (reg_enc_error): use rb_enc_get to get the encoding of
 	  a Regexp object. REGEXP(re)->ptr->enc is the encoding of the
-	  regexp engin for patterns and target strings.
+	  regexp engine for patterns and target strings.
 	  [ruby-core:23208]
 
 Sat Jul 18 17:43:12 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -852,7 +852,7 @@
 Sat Jul 18 07:56:00 2009  Hidetoshi NAGAI  <nagai@a...>
 
 	* ext/tk/lib/tk.rb: fail to create a widget object for an unknown
-	  wiget path.
+	  widget path.
 
 Sat Jul 18 07:06:31 2009  Hidetoshi NAGAI  <nagai@a...>
 
@@ -946,7 +946,7 @@
 	  locale is not installed. [ruby-core:23806]
 
 	* test/win32ole/test_win32ole_variant.rb (test_conversion_str2cy):
-	  dito.
+	  ditto.
 
 Thu Jul 16 19:02:28 2009  NAKAMURA Usaku  <usa@r...>
 
@@ -996,7 +996,7 @@
 	  before rl_cleanup_after_signal.
 
 	* ext/readline/readline.c (Init_readline): set rl_catch_signals and
-	  rl_catch_signwinch as 0. [ruby-core:21884]
+	  rl_catch_sigwinch as 0. [ruby-core:21884]
 
 Thu Jul 16 08:59:22 2009  Koichi Sasada  <ko1@a...>
 
@@ -1041,7 +1041,7 @@
 
 	* include/ruby/intern.h: remove decl of
 	  rb_define_notimplement_method_id().  nobody can use it
-	  because noex is not opend.
+	  because noex is not opened.
 
 	* iseq.c (iseq_mark): fix to check ic_method is available.
 
@@ -1307,7 +1307,7 @@
 
 Fri Jul 10 10:25:19 2009  Nobuyoshi Nakada  <nobu@r...>
 
-	* vm_insnhelper.c (vm_search_superclass): checks for implici
+	* vm_insnhelper.c (vm_search_superclass): checks for implicit
 	  argument passing before method search.  [ruby-core:24244]
 
 Fri Jul 10 07:22:29 2009  Nobuyoshi Nakada  <nobu@r...>
@@ -1766,7 +1766,7 @@
 
 	* test/ruby/test_require.rb (TestRequire#test_tainted_loadpath):
 	  the default tempdir directory /tmp is world writable, so
-	  SecrurityError would be raised.  check removed.
+	  SecurityError would be raised.  check removed.
 
 Fri Jun 26 16:32:59 2009  NAKAMURA Usaku  <usa@r...>
 

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

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