summaryrefslogtreecommitdiff
path: root/spec/ruby/optional
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-20 02:58:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-20 02:58:32 +0900
commitf2ed8466d3fd3c80b6ad88791c9e92c2f95efa0b (patch)
tree28c2f5819f98d201368bb0218d09237d80f1201c /spec/ruby/optional
parent1d435bd51aeca75f6e437bc92de2271a716a1ced (diff)
Fixed a typo [ci skip]
Diffstat (limited to 'spec/ruby/optional')
-rw-r--r--spec/ruby/optional/capi/thread_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/optional/capi/thread_spec.rb b/spec/ruby/optional/capi/thread_spec.rb
index 8ff5b48536..17fe373fda 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
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