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

ruby-changes:2120

From: ko1@a...
Date: 4 Oct 2007 12:41:07 +0900
Subject: [ruby-changes:2120] akr - Ruby:r13611 (trunk): fix typos.

akr	2007-10-04 12:40:40 +0900 (Thu, 04 Oct 2007)

  New Revision: 13611

  Modified files:
    trunk/ChangeLog

  Log:
    fix typos.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13611&r2=13610

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13610)
+++ ChangeLog	(revision 13611)
@@ -98,7 +98,7 @@
 	  cache bits.
 
 	* include/ruby/encoding.h (ENC_CODERANGE_SET): fixed a bug not to
-	  set chache bits.
+	  set cache bits.
 
 Sun Sep 30 11:52:11 2007  Tanaka Akira  <akr@f...>
 
@@ -1246,7 +1246,7 @@
 
 	* parse.y, re.c: re-applied revision 13092.
 
-	* string.c (rb_str_splice): return from void funtion.
+	* string.c (rb_str_splice): return from void function.
 
 	* include/ruby/encoding.h (rb_enc_str_new): prototype added.
 
@@ -1728,7 +1728,7 @@
 	* eval.c: $! should not be writable.
 
 	* eval.c (rb_rubylevel_errinfo): added.  rb_errinfo() returns
-	  rb_threa_t#errinfo.  rb_rubylevel_errinfo() returns $! value.
+	  rb_thread_t#errinfo.  rb_rubylevel_errinfo() returns $! value.
 
 Sat Aug 18 13:14:40 2007  Koichi Sasada  <ko1@a...>
 
@@ -1799,7 +1799,7 @@
 
 Fri Aug 17 03:07:37 2007  Koichi Sasada  <ko1@a...>
 
-	* compile.c (iseq_compile_each): fix thorw insn option of next.
+	* compile.c (iseq_compile_each): fix throw insn option of next.
 
 Fri Aug 17 01:25:23 2007  Koichi Sasada  <ko1@a...>
 
@@ -1973,7 +1973,7 @@
 Mon Aug 13 17:23:10 2007  Nobuyoshi Nakada  <nobu@r...>
 
 	* eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):
-	  declarations for forward refernces.
+	  declarations for forward references.
 
 	* eval.c (rb_longjmp, eval): use local variable.
 
@@ -2305,7 +2305,7 @@
 
 Thu Aug  2 22:05:32 2007  Yukihiro Matsumoto  <matz@r...>
 
-	* bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsuba
+	* bignum.c (rb_big2str0): faster Bignum#to_s using Karatsuba
 	  algorithm.  a patch from Yusuke ENDOH <mame AT tsg.ne.jp>
 	  in [ruby-dev:31312], slightly modified by Kenta Murata
 	  <muraken AT gmail.com> in [ruby-dev:31339].
@@ -2924,7 +2924,7 @@
 
 	* test/ruby/sentgen.rb: new file.
 
-	* test/ruby/test_assignment.rb: tests implemeneted using assignment
+	* test/ruby/test_assignment.rb: tests implemented using assignment
 	  generator and emulator.
 
 Fri Jul  6 03:06:58 2007  Koichi Sasada  <ko1@a...>
@@ -3140,7 +3140,7 @@
 
 	* vm.h: rename insn_func_type to rb_insn_func_type.
 
-	* vm_evalbody.ci: ditt.
+	* vm_evalbody.ci: ditto.
 
 	* insns.def: add opt_call_native_compiled instruction
 	  instead of opt_call_native_compiled.
@@ -3270,7 +3270,7 @@
 
 	* bootstraptest/runner.rb: fix to show file name.
 
-	* bootstraptest/test_*.rb: add bootstarp tests.
+	* bootstraptest/test_*.rb: add bootstrap tests.
 
 Thu Jun 28 01:22:15 2007  Koichi Sasada  <ko1@a...>
 
@@ -3369,7 +3369,7 @@
 Tue Jun 26 04:03:50 2007  Koichi Sasada  <ko1@a...>
 
 	* insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_proc
-	  to return lamba Proc ([ruby-dev:31021], [ruby-dev:31037]).
+	  to return lambda Proc ([ruby-dev:31021], [ruby-dev:31037]).
 
 Tue Jun 26 03:46:08 2007  Koichi Sasada  <ko1@a...>
 
@@ -3476,7 +3476,7 @@
 
 	* compile.c, iseq.c, vm_dump: ditto.
 
-	* gc.h, thread.c: move a prototype decalaration.
+	* gc.h, thread.c: move a prototype declaration.
 
 	* debug.c, debug.h: rename some functions.
 
@@ -3513,7 +3513,7 @@
 
 	* vm.c (vm_call_bmethod): renamed from th_invoke_bmethod().
 
-	* vm.c (vm_method_missing): renamed from eval_methdo_missing().
+	* vm.c (vm_method_missing): renamed from eval_method_missing().
 
 	* vm_evalbody.ci: remove tmp_* variables.
 
@@ -3714,7 +3714,7 @@
 
 Mon Jun 18 13:54:36 2007  Nobuyoshi Nakada  <nobu@r...>
 
-	* eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured
+	* eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurred
 	  in at_exit blocks.  [ruby-core:11263]
 
 Mon Jun 18 02:49:16 2007  Koichi Sasada  <ko1@a...>

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

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