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

ruby-changes:69580

From: Kazuhiro <ko1@a...>
Date: Thu, 4 Nov 2021 12:58:47 +0900 (JST)
Subject: [ruby-changes:69580] a53aab1273 (master): Fix typos [ci skip]

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

From a53aab1273729c10b7e675ce8fd1a711d22c0cd0 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Thu, 4 Nov 2021 12:57:49 +0900
Subject: Fix typos [ci skip]

---
 doc/ChangeLog-1.9.3 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/ChangeLog-1.9.3 b/doc/ChangeLog-1.9.3
index c9a66216b02..58e3b6f67d1 100644
--- a/doc/ChangeLog-1.9.3
+++ b/doc/ChangeLog-1.9.3
@@ -7541,7 +7541,7 @@ Tue Jan 11 20:32:59 2011  Tanaka Akira  <akr@f...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L7541
 
 Tue Jan 11 13:06:38 2011  NAKAMURA Usaku  <usa@r...>
 
-	* array.c (rb_ary_resize): should care of embeded array when extending
+	* array.c (rb_ary_resize): should care of embedded array when extending
 	  the array.
 
 	* array.c (rb_ary_resize): need to set capa when changing the real
@@ -9563,7 +9563,7 @@ Wed Nov 17 16:09:52 2010  Yuki Sonoda (Yugui)  <yugui@y...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L9563
 
 Wed Nov 17 16:04:23 2010  Yuki Sonoda (Yugui)  <yugui@y...>
 
-	* test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):
+	* test/ruby/envutil.rb (Test::Unit::Assertions#assert_warn):
 	  new assertion to assert that a particular warning message is
 	  displayed.
 	  forward port from branches/ruby_1_9_2@29795.
@@ -9781,7 +9781,7 @@ Wed Nov 10 07:20:10 2010  Nobuyoshi Nakada  <nobu@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L9781
 Tue Nov  9 21:57:45 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* dln.c (init_funcname): allocate and build initialization
-	  funciton name at once.
+	  function name at once.
 
 Tue Nov  9 21:14:54 2010  Nobuyoshi Nakada  <nobu@r...>
 
@@ -62969,7 +62969,7 @@ Thu Jul 12 12:24:29 2007  Nobuyoshi Nakada  <nobu@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L62969
 
 Thu Jul 12 10:30:46 2007  Nobuyoshi Nakada  <nobu@r...>
 
-	* thread.c (thread_start_func_2): moved prototye from thread_*.ci.
+	* thread.c (thread_start_func_2): moved prototype from thread_*.ci.
 
 	* thread_pthread.ci (thread_start_func_2): not use a directive
 	  inside a macro argument.  [ruby-talk:258763]
@@ -76346,7 +76346,7 @@ Tue Jul  5 14:52:56 2005  Hidetoshi NAGAI  <nagai@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L76346
 
 	* ext/tk/lib/tk/validation.rb: ditto.
 
-	* ext/tk/lib/tk/namespace.rb: arguemnts for TclTkIp#_merge_tklist
+	* ext/tk/lib/tk/namespace.rb: arguments for TclTkIp#_merge_tklist
 	  should be UTF-8 strings.
 
 Mon Jul  4 19:29:32 2005  Hirokazu Yamamoto  <ocean@m...>
@@ -77285,7 +77285,7 @@ Sun May 15 09:57:30 2005  Nobuyoshi Nakada  <nobu@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L77285
 Sat May 14 23:59:11 2005  Nobuyoshi Nakada  <nobu@r...>
 
 	* error.c (exc_exception, {exit,name_err,syserr}_initialize): call
-	  Execption#initialize.  fixed: [ruby-talk:142593]
+	  Exception#initialize.  fixed: [ruby-talk:142593]
 
 Sat May 14 23:56:41 2005  Erik Huelsmann  <ehuels@g...>
 
@@ -77435,7 +77435,7 @@ Sat Apr 30 06:57:39 2005  GOTOU Yuuzou  <gotoyuzo@n...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L77435
 	  (suggested by Tatsuki Sugiura)
 
 	* lib/webrick/cgi.rb
-	  (WEBrick::CGI#initalize): set a dummy to @config[:ServerSoftware]
+	  (WEBrick::CGI#initialize): set a dummy to @config[:ServerSoftware]
 	  if SERVER_SOFTWARE environment variable is not given.
 	  (WEBrick::CGI#start): req.path_info must be a String.
 	  (WEBrick::CGI::Socket#request_line): treat REQUEST_METHOD, PATH_INFO
@@ -82696,7 +82696,7 @@ Tue Sep 14 20:24:49 2004  Minero Aoki  <aamine@l...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L82696
 	* ext/ripper/depend: Borland make does not accept pipes in
 	  Makefile rules. [ruby-dev:24589]
 
-	* ext/ripper/depend: separate rules for developpers.
+	* ext/ripper/depend: separate rules for developers.
 
 	* ext/ripper/Makefile.dev: new file.
 
@@ -88452,7 +88452,7 @@ Tue Dec 16 03:17:29 2003  why the lucky stiff  <why@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L88452
 
 Tue Dec 16 01:14:44 2003  Nobuyoshi Nakada  <nobu@r...>
 
-	* eval.c (catch_timer): check rb_thread_crtical in main native
+	* eval.c (catch_timer): check rb_thread_critical in main native
 	  thread.
 
 	* eval.c (thread_timer): just sends signals periodically, to
@@ -92616,7 +92616,7 @@ Fri Aug  8 03:22:28 2003  GOTOU Yuuzou  <gotoyuzo@n...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-1.9.3#L92616
 
 Thu Aug  7 14:40:37 2003  WATANABE Hirofumi  <eban@r...>
 
-	* cygwin/GNUmakefile: better --disbale-shared option support.
+	* cygwin/GNUmakefile: better --disable-shared option support.
 
 	* cygwin/GNUmakefile: add forwarding DLL target for cygwin.
 
-- 
cgit v1.2.1


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

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