summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-09-16 14:33:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-09-16 14:33:33 +0900
commit674e1d2a5ffe8bfe4b0b691e151492af8287a558 (patch)
treee6855175875ae2aa60e8389208588e897c2dd32a
parentd5f31dcff322fa2f49841056b7825bc4cb01ba64 (diff)
Fix a function name typo in the description [ci skip]
-rw-r--r--spec/ruby/optional/capi/regexp_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/optional/capi/regexp_spec.rb b/spec/ruby/optional/capi/regexp_spec.rb
index 4b130ff66a..49ac79f5c4 100644
--- a/spec/ruby/optional/capi/regexp_spec.rb
+++ b/spec/ruby/optional/capi/regexp_spec.rb
@@ -110,7 +110,7 @@ describe "C-API Regexp function" do
end
end
- describe "rb_memicmp" do
+ describe "rb_memcicmp" do
it "returns 0 for identical strings" do
@p.rb_memcicmp('Hello', 'Hello').should == 0
end