ruby-changes:58319
From: Nobuyoshi <ko1@a...>
Date: Sun, 20 Oct 2019 02:58:57 +0900 (JST)
Subject: [ruby-changes:58319] f2ed8466d3 (master): Fixed a typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=f2ed8466d3 From f2ed8466d3fd3c80b6ad88791c9e92c2f95efa0b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 20 Oct 2019 02:58:24 +0900 Subject: Fixed a typo [ci skip] diff --git a/spec/ruby/optional/capi/thread_spec.rb b/spec/ruby/optional/capi/thread_spec.rb index 8ff5b48..17fe373 100644 --- a/spec/ruby/optional/capi/thread_spec.rb +++ b/spec/ruby/optional/capi/thread_spec.rb @@ -121,7 +121,7 @@ describe "C-API Thread function" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/optional/capi/thread_spec.rb#L121 thr.value.should be_true end - it "runs a C function with the global lock unlocked amd unlocks IO with the generic RUBY_UBF_IO" do + it "runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO" do thr = Thread.new do @t.rb_thread_call_without_gvl_with_ubf_io end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/