summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 11:32:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 11:32:42 +0900
commit27ead9907db12a6ff955cd86a15a62ff1f064392 (patch)
tree0e84cf88cf58b39f59e72134d26cb0f6698dd2b5 /test/ruby
parent7002e776944ddfd362cea253d18d02bc250fe9f7 (diff)
Typofix under lib and test, tool directories
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_compile_prism.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb
index 70da238f7d..5482a1529d 100644
--- a/test/ruby/test_compile_prism.rb
+++ b/test/ruby/test_compile_prism.rb
@@ -262,8 +262,8 @@ module Prism
end
def test_ConstantWriteNode
- # We don't call assert_prism_eval directly in this case becuase we
- # don't want to assign the constant mutliple times if we run
+ # We don't call assert_prism_eval directly in this case because we
+ # don't want to assign the constant multiple times if we run
# with `--repeat-count`
# Instead, we eval manually here, and remove the constant to
constant_name = "YCT"
@@ -447,8 +447,8 @@ module Prism
end
def test_ConstantTargetNode
- # We don't call assert_prism_eval directly in this case becuase we
- # don't want to assign the constant mutliple times if we run
+ # We don't call assert_prism_eval directly in this case because we
+ # don't want to assign the constant multiple times if we run
# with `--repeat-count`
# Instead, we eval manually here, and remove the constant to
constant_names = ["YCT", "YCT2"]
@@ -1379,7 +1379,7 @@ module Prism
end
############################################################################
- # Calls / arugments #
+ # Calls / arguments #
############################################################################
def test_ArgumentsNode