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

ruby-changes:63370

From: Kazuhiro <ko1@a...>
Date: Mon, 19 Oct 2020 13:21:10 +0900 (JST)
Subject: [ruby-changes:63370] ce62850334 (master): Fix typos [ci skip]

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

From ce628503344997e8ebd94bd3725c18797f58e3af Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 19 Oct 2020 13:20:34 +0900
Subject: Fix typos [ci skip]


diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb
index ffa909e..8424e02 100644
--- a/spec/bundler/runtime/setup_spec.rb
+++ b/spec/bundler/runtime/setup_spec.rb
@@ -1313,7 +1313,7 @@ end https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/setup_spec.rb#L1313
         expect(out).to eq("The Gemfile's dependencies are satisfied")
       end
 
-      # bundler respects paths specified direclty in RUBYLIB or RUBYOPT, and
+      # bundler respects paths specified directly in RUBYLIB or RUBYOPT, and
       # that happens when running ruby from the ruby-core setup. To
       # workaround, we manually remove those for these tests when they would
       # override the default gem.
diff --git a/spec/ruby/core/objectspace/define_finalizer_spec.rb b/spec/ruby/core/objectspace/define_finalizer_spec.rb
index d25d2a9..83cbb39 100644
--- a/spec/ruby/core/objectspace/define_finalizer_spec.rb
+++ b/spec/ruby/core/objectspace/define_finalizer_spec.rb
@@ -94,7 +94,7 @@ describe "ObjectSpace.define_finalizer" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/objectspace/define_finalizer_spec.rb#L94
       ruby_exe(code, :args => "2>&1").should include("warning: finalizer references object to be finalized\n")
     end
 
-    it "warns if the finalizer was a block in the reciever" do
+    it "warns if the finalizer was a block in the receiver" do
       code = <<-RUBY
         class CapturesSelf
           def initialize
-- 
cgit v0.10.2


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

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