1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-10-19 13:20:34 +09:00
parent 09dd9d8e5d
commit ce62850334
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 2 additions and 2 deletions

View file

@ -1313,7 +1313,7 @@ end
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.

View file

@ -94,7 +94,7 @@ describe "ObjectSpace.define_finalizer" do
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