From d7fc90d21378fb94c743f302cf068b218ca71680 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 7 Oct 2024 16:30:55 +0900 Subject: [PATCH] [ruby/fiddle] test jruby: fix a typo https://github.com/ruby/fiddle/commit/5bc55e0533 --- test/fiddle/test_function.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fiddle/test_function.rb b/test/fiddle/test_function.rb index 658874bfb4..b6ae8c14bc 100644 --- a/test/fiddle/test_function.rb +++ b/test/fiddle/test_function.rb @@ -39,7 +39,7 @@ module Fiddle def test_need_gvl? if RUBY_ENGINE == "jruby" - omit("rb_str_dup() doesn't exit in JRuby") + omit("rb_str_dup() doesn't exist in JRuby") end libruby = Fiddle.dlopen(nil)