aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-17 00:15:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-17 00:15:05 +0900
commitd3bcff01583abce2fb095fc67f47e86fa7005755 (patch)
tree2283b57b2d65579510d2b816769f2ee1c68949d3 /bootstraptest
parent0a570a00699a08577270dc3fa0d7ebaf749d41a3 (diff)
downloadruby-d3bcff01583abce2fb095fc67f47e86fa7005755.tar.gz
Fix a typo [ci skip]
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index f92b604d2a..7a71f6e071 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -1730,7 +1730,7 @@ assert_equal '600', %q{
h.sum{|k, v| v}
} unless yjit_enabled # http://ci.rvm.jp/results/trunk-yjit@ruby-sp2-docker/4466770
-# Selector should be GCed (free'ed) withtou trouble
+# Selector should be GCed (free'ed) without trouble
assert_equal 'ok', %q{
RN = 30
rs = RN.times.map{