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

ruby-changes:69565

From: Nobuyoshi <ko1@a...>
Date: Tue, 2 Nov 2021 19:18:09 +0900 (JST)
Subject: [ruby-changes:69565] e0915ba679 (master): Fix typos in ChangeLog files [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=e0915ba679

From e0915ba67964d843832148aeca29a1f8244ca7b1 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 2 Nov 2021 18:34:52 +0900
Subject: Fix typos in ChangeLog files [ci skip]

---
 doc/ChangeLog-0.60_to_1.1 |  8 ++++----
 doc/ChangeLog-1.9.3       |  4 ++--
 doc/ChangeLog-2.4.0       |  4 ++--
 doc/ChangeLog-YARV        | 48 +++++++++++++++++++++++------------------------
 4 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/doc/ChangeLog-0.60_to_1.1 b/doc/ChangeLog-0.60_to_1.1
index bd5f140dc3a..ff3c376f4d9 100644
--- a/doc/ChangeLog-0.60_to_1.1
+++ b/doc/ChangeLog-0.60_to_1.1
@@ -28,7 +28,7 @@ Fri Aug  8 11:16:50 1997  Yukihiro Matsumoto  <matz@n...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-0.60_to_1.1#L28
 
 Thu Aug  7 11:40:01 1997  Yukihiro Matsumoto  <matz@n...>
 
-	* variable.c (mod_constants): lists constants defiend in the
+	* variable.c (mod_constants): lists constants defined in the
 	  modules/classes.
 
 	* variable.c (rb_const_set): no longer warns about constant
@@ -49,7 +49,7 @@ Mon Aug  4 11:50:28 1997  Yukihiro Matsumoto  <matz@n...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-0.60_to_1.1#L49
 	  classes (or modules) dynamically.
 
 	* variable.c (rb_class_path): scan class constants for anonymous
-	  classes/modules to make up pathes.
+	  classes/modules to make up paths.
 
 Wed Jul 30 08:45:12 1997  Yukihiro Matsumoto  <matz@n...>
 
@@ -76,7 +76,7 @@ Wed Jul 23 09:56:55 1997  Yukihiro Matsumoto  <matz@c...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-0.60_to_1.1#L76
 	  specified object.
 
 	* class.c (mod_instance_methods): returns list of method names of
-	  the class instnace.
+	  the class instance.
 
 Fri Jul 11 22:38:55 1997  Yukihiro Matsumoto  <matz@c...>
 
@@ -538,7 +538,7 @@ Wed Mar 12 10:20:30 1997  Yukihiro Matsumoto  <matz@c...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-0.60_to_1.1#L538
 Mon Mar 10 20:44:22 1997  Yukihiro Matsumoto  <matz@c...>
 
 	* re.c (reg_regsub): \& for substitution.  \`, \', and \+ are
-	  avaiable also.
+	  available also.
 
 Thu Mar  6 01:47:03 1997  Yukihiro Matsumoto  <matz@c...>
 
diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3
index d6aaea7f197..fe5bccba649 100644
--- a/doc/ChangeLog-1.9.3
+++ b/doc/ChangeLog-1.9.3
@@ -5746,7 +5746,7 @@ Wed Mar  2 14:06:01 2011  NARUSE, Yui  <naruse@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L5746
 Wed Mar  2 14:02:29 2011  Shota Fukumori  <sorah@t...>
 
 	* test/testunit/test_parallel.rb(TestParallel#spawn_runner):
-	  Fix outputing empty line in running test.
+	  Fix outputting empty line in running test.
 
 	* test/testunit/tests_for_parallel/test_third.rb: Remove `sleep`
 
@@ -5765,7 +5765,7 @@ Tue Mar  1 21:48:22 2011  Shota Fukumori  <sorah@t...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L5765
 	* test/testunit/test_parallel.rb(TestParallelWorker#test_quit_in_test):
 	  Fix for above specification change.
 	* test/testunit/test_parallel.rb(TestParallel#spawn_runner):
-	  Fix outputing empty line in running test.
+	  Fix outputting empty line in running test.
 
 Tue Mar  1 20:51:57 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
diff --git a/doc/ChangeLog-2.4.0 b/doc/ChangeLog-2.4.0
index 96b5ecb0779..a297a579d1d 100644
--- a/doc/ChangeLog-2.4.0
+++ b/doc/ChangeLog-2.4.0
@@ -792,7 +792,7 @@ Wed Oct  5 12:57:21 2016  Richard Schneeman  <richard.schneeman+foo@g...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.4.0#L792
 
 Wed Oct  5 11:47:19 2016  SHIBATA Hiroshi  <hsbt@r...>
 
-	* io.c: Fixed equivalent ruby code with core implemention.
+	* io.c: Fixed equivalent ruby code with core implementation.
 	  [fix GH-1429][ci skip] Patch by @sos4nt
 
 Wed Oct  5 11:36:21 2016  SHIBATA Hiroshi  <hsbt@r...>
@@ -888,7 +888,7 @@ Sun Oct  2 02:03:06 2016  NAKAMURA Usaku  <usa@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.4.0#L888
 
 Sat Oct  1 23:08:47 2016  NAKAMURA Usaku  <usa@r...>
 
-	* ext/date/date_parse.c (date_zone_to_diff): it's nonsence and really
+	* ext/date/date_parse.c (date_zone_to_diff): it's nonsense and really
 	  harm that to use unary minus operator with unsigned value.
 	  get rid of test failures introduced at r56312.
 
diff --git a/doc/ChangeLog-YARV b/doc/ChangeLog-YARV
index a8b999dff2d..83df05c52c0 100644
--- a/doc/ChangeLog-YARV
+++ b/doc/ChangeLog-YARV
@@ -493,7 +493,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L493
 
 	* thread.c : remove some line break
 
-	* yarvcore.c : reoder initialize sequence to mark main thread
+	* yarvcore.c : reorder initialize sequence to mark main thread
 
 
 2006-08-18(Fri) 16:51:34 +0900  Koichi Sasada  <ko1@a...>
@@ -1481,7 +1481,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L1481
 
 	* yarvcore.c : ditto
 
-	* yarvtest/test_thread.rb : separete assersions to tests
+	* yarvtest/test_thread.rb : separate assertions to tests
 
 
 2006-02-21(Tue) 02:13:33 +900  Yukihiro Matsumoto  <matz@r...>
@@ -1503,7 +1503,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L1503
 
 	* yarvcore.c : support Proc#dup/clone, Binding#dup/clone
 
-	* sample/test.rb : remove unsupport features (Proc as Binding)
+	* sample/test.rb : remove unsupported features (Proc as Binding)
 
 
 2006-02-20(Mon) 16:28:59 +0900  Koichi Sasada  <ko1@a...>
@@ -1560,7 +1560,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L1560
 	* yarvtest/test_thread.rb : add a test for above
 
 	* vm.h, vm.c, vm_dump.c, insns.def : add FRAME_MAGIC_LAMBDA and
-	support return from lambda (especially retrun from method defined
+	support return from lambda (especially return from method defined
 	by "define_method")
 
 	* yarvtest/test_method.rb : add a test for above
@@ -1606,7 +1606,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L1606
 
 	* vm.c : "return" from lambda{} break block
 
-	* eval.c : Unsupport Proc as Binding
+	* eval.c : Unsupported Proc as Binding
 
 	* test/ruby/test_eval.rb : apply above changes
 
@@ -3816,7 +3816,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L3816
 2005-12-29(Thu) 12:27:12 +0900  Koichi Sasada  <ko1@a...>
 
 	* compile.c, yarvcore.h :
-	remvoe needless yarv_iseq_t#rewind_frame_size
+	remove needless yarv_iseq_t#rewind_frame_size
 
 
 2005-12-29(Thu) 11:17:58 +0900  Koichi Sasada  <ko1@a...>
@@ -4530,7 +4530,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L4530
 
 	* vm.c : fix return process
 
-	* vm_macro.def : fix option prameters
+	* vm_macro.def : fix option parameters
 
 	* yarvtest/test_method.rb : add tests for above
 
@@ -4555,7 +4555,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L4555
 
 	* eval_intern.h : fix PASS_PASSED_BLOCK()
 
-	* eval_load.c : fix re-enter require (temporalily)
+	* eval_load.c : fix re-enter require (temporarily)
 
 	* insns.def : permit re-open class when superclass is same
 
@@ -4729,7 +4729,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L4729
 	* eval.c, eval_intern.h, vm.c, eval_jump.h, yarvcore.h :
 	re-define PUSH/POP/EXEC/JUMP_TAG to use thread local tag
 
-	* inits.c, yarvcore.c : fix boostrap
+	* inits.c, yarvcore.c : fix bootstrap
 
 
 2005-10-03(Mon) 22:28:24 +0900  Koichi Sasada  <ko1@a...>
@@ -4909,7 +4909,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L4909
 2005-09-14(Wed) 06:11:43 +0900  Koichi Sasada  <ko1@a...>
 
 	* yarvcore.h, vm_evalbody.h, vm.h, vm_dump.c,
-	compile.c, yarvcore.c : use #ifdef insted of #if for recognize
+	compile.c, yarvcore.c : use #ifdef instead of #if for recognize
 	vm options
 
 	* vm_opts.h : fix default options
@@ -4973,13 +4973,13 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L4973
 
 	* common.mk : rule test -> test2, test1 -> test
 
-	* compile.c : fix when clause bug and splat arugment
+	* compile.c : fix when clause bug and splat argument
 
 
 2005-08-17(Wed) 05:22:31 +0900  Koichi Sasada  <ko1@a...>
 
 	* compile.c : fix block local parameter setting routine and support
-	massign in block parameter initialze
+	massign in block parameter initialize
 
 	* yarvtest/test_yield.rb : add tests for above
 
@@ -5394,7 +5394,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L5394
 
 	* tmpl/vmtc.inc.tmpl : add const prefix
 
-	* /rb/asm_parse.rb, extconf.rb : added and make assembler analised output
+	* /rb/asm_parse.rb, extconf.rb : added and make assembler analysed output
 
 	* opt_operand.def : add send operands unification
 
@@ -5654,7 +5654,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L5654
 2005-03-01(Tue) 13:50:04 +0900  Koichi Sasada  <ko1@a...>
 
 	* yarvcore.c (yarvcore_eval_parsed) : added
-	(separeted from yarvcore_eval)
+	(separated from yarvcore_eval)
 
 	* yarvcore.c, compile.c : iseq_translate_direct_threaded_code
 	is moved to compile.c
@@ -5806,7 +5806,7 @@ Sun Dec 31 17:42:05 2006  Koichi Sasada  <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-YARV#L5806
 
 	* compiled.c : add constant pool
 
- (... truncated)

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

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