@@ -5746,7 +5746,7 @@ Wed Mar 2 14:06:01 2011 NARUSE, Yui <naruse@ruby-lang.org>
5746
5746
Wed Mar 2 14:02:29 2011 Shota Fukumori <sorah@tubusu.net>
5747
5747
5748
5748
* test/testunit/test_parallel.rb(TestParallel#spawn_runner):
5749
- Fix outputing empty line in running test.
5749
+ Fix outputting empty line in running test.
5750
5750
5751
5751
* test/testunit/tests_for_parallel/test_third.rb: Remove `sleep`
5752
5752
@@ -5765,7 +5765,7 @@ Tue Mar 1 21:48:22 2011 Shota Fukumori <sorah@tubusu.net>
5765
5765
* test/testunit/test_parallel.rb(TestParallelWorker#test_quit_in_test):
5766
5766
Fix for above specification change.
5767
5767
* test/testunit/test_parallel.rb(TestParallel#spawn_runner):
5768
- Fix outputing empty line in running test.
5768
+ Fix outputting empty line in running test.
5769
5769
5770
5770
Tue Mar 1 20:51:57 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
5771
5771
@@ -7541,7 +7541,7 @@ Tue Jan 11 20:32:59 2011 Tanaka Akira <akr@fsij.org>
7541
7541
7542
7542
Tue Jan 11 13:06:38 2011 NAKAMURA Usaku <usa@ruby-lang.org>
7543
7543
7544
- * array.c (rb_ary_resize): should care of embeded array when extending
7544
+ * array.c (rb_ary_resize): should care of embedded array when extending
7545
7545
the array.
7546
7546
7547
7547
* 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@yugui.jp>
9563
9563
9564
9564
Wed Nov 17 16:04:23 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
9565
9565
9566
- * test/ruby/envutil.rb (Test::Unit::Assersions #assert_warn):
9566
+ * test/ruby/envutil.rb (Test::Unit::Assertions #assert_warn):
9567
9567
new assertion to assert that a particular warning message is
9568
9568
displayed.
9569
9569
forward port from branches/ruby_1_9_2@29795.
@@ -9781,7 +9781,7 @@ Wed Nov 10 07:20:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
9781
9781
Tue Nov 9 21:57:45 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
9782
9782
9783
9783
* dln.c (init_funcname): allocate and build initialization
9784
- funciton name at once.
9784
+ function name at once.
9785
9785
9786
9786
Tue Nov 9 21:14:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
9787
9787
@@ -62969,7 +62969,7 @@ Thu Jul 12 12:24:29 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
62969
62969
62970
62970
Thu Jul 12 10:30:46 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
62971
62971
62972
- * thread.c (thread_start_func_2): moved prototye from thread_*.ci.
62972
+ * thread.c (thread_start_func_2): moved prototype from thread_*.ci.
62973
62973
62974
62974
* thread_pthread.ci (thread_start_func_2): not use a directive
62975
62975
inside a macro argument. [ruby-talk:258763]
@@ -73273,7 +73273,7 @@ Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
73273
73273
73274
73274
* ext/tk/lib/multi-tk.rb: add restriction to access the entried
73275
73275
command table and manipulate other IPs (for reason of security).
73276
- Now, a IP object can be controlled by only its master IP or the
73276
+ Now, an IP object can be controlled by only its master IP or the
73277
73277
default IP.
73278
73278
73279
73279
* ext/tk/lib/remote-tk.rb: add restriction to manipulate.
@@ -76346,7 +76346,7 @@ Tue Jul 5 14:52:56 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
76346
76346
76347
76347
* ext/tk/lib/tk/validation.rb: ditto.
76348
76348
76349
- * ext/tk/lib/tk/namespace.rb: arguemnts for TclTkIp#_merge_tklist
76349
+ * ext/tk/lib/tk/namespace.rb: arguments for TclTkIp#_merge_tklist
76350
76350
should be UTF-8 strings.
76351
76351
76352
76352
Mon Jul 4 19:29:32 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
@@ -77285,7 +77285,7 @@ Sun May 15 09:57:30 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
77285
77285
Sat May 14 23:59:11 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
77286
77286
77287
77287
* error.c (exc_exception, {exit,name_err,syserr}_initialize): call
77288
- Execption #initialize. fixed: [ruby-talk:142593]
77288
+ Exception #initialize. fixed: [ruby-talk:142593]
77289
77289
77290
77290
Sat May 14 23:56:41 2005 Erik Huelsmann <ehuels@gmail.com>
77291
77291
@@ -77435,7 +77435,7 @@ Sat Apr 30 06:57:39 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
77435
77435
(suggested by Tatsuki Sugiura)
77436
77436
77437
77437
* lib/webrick/cgi.rb
77438
- (WEBrick::CGI#initalize ): set a dummy to @config[:ServerSoftware]
77438
+ (WEBrick::CGI#initialize ): set a dummy to @config[:ServerSoftware]
77439
77439
if SERVER_SOFTWARE environment variable is not given.
77440
77440
(WEBrick::CGI#start): req.path_info must be a String.
77441
77441
(WEBrick::CGI::Socket#request_line): treat REQUEST_METHOD, PATH_INFO
@@ -82696,7 +82696,7 @@ Tue Sep 14 20:24:49 2004 Minero Aoki <aamine@loveruby.net>
82696
82696
* ext/ripper/depend: Borland make does not accept pipes in
82697
82697
Makefile rules. [ruby-dev:24589]
82698
82698
82699
- * ext/ripper/depend: separate rules for developpers .
82699
+ * ext/ripper/depend: separate rules for developers .
82700
82700
82701
82701
* ext/ripper/Makefile.dev: new file.
82702
82702
@@ -82931,7 +82931,7 @@ Wed Sep 8 18:44:03 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
82931
82931
82932
82932
Wed Sep 8 15:19:49 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
82933
82933
82934
- * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
82934
+ * ext/tcltklib/tcltklib.c (ip_init): cannot create an IP at level 4
82935
82935
82936
82936
* ext/tk/lib/multi-tk.rb: improve 'exit' operation, security check,
82937
82937
and error treatment
@@ -88452,7 +88452,7 @@ Tue Dec 16 03:17:29 2003 why the lucky stiff <why@ruby-lang.org>
88452
88452
88453
88453
Tue Dec 16 01:14:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
88454
88454
88455
- * eval.c (catch_timer): check rb_thread_crtical in main native
88455
+ * eval.c (catch_timer): check rb_thread_critical in main native
88456
88456
thread.
88457
88457
88458
88458
* eval.c (thread_timer): just sends signals periodically, to
@@ -92616,7 +92616,7 @@ Fri Aug 8 03:22:28 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
92616
92616
92617
92617
Thu Aug 7 14:40:37 2003 WATANABE Hirofumi <eban@ruby-lang.org>
92618
92618
92619
- * cygwin/GNUmakefile: better --disbale -shared option support.
92619
+ * cygwin/GNUmakefile: better --disable -shared option support.
92620
92620
92621
92621
* cygwin/GNUmakefile: add forwarding DLL target for cygwin.
92622
92622
0 commit comments