summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
diff options
context:
space:
mode:
authorKazuhiro Sera <[email protected]>2018-08-11 00:28:32 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-08-25 09:19:17 +0900
commit2b2ff844a17f07a80a6b8f22d8963ea050f82344 (patch)
tree7086cf708cf6081fe09b60a941be41bf9f1cac1e /test/t/module.rb
parentb083c1351f98206aa048d0dea83b83304a1adcc4 (diff)
downloadmruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.tar.gz
mruby-2b2ff844a17f07a80a6b8f22d8963ea050f82344.zip
Fix misspelling words in comments
Diffstat (limited to 'test/t/module.rb')
-rw-r--r--test/t/module.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index 5a46c24ff..fb82fc934 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -699,7 +699,7 @@ end
end
end
- # these assertions will not run without a #assert_seperately method
+ # these assertions will not run without a #assert_separately method
#assert 'test_prepend_optmethod' do
# bug7983 = '[ruby-dev:47124] [Bug #7983]'
# assert_separately [], %{
@@ -807,7 +807,7 @@ end
assert_equal([m, c2, m, c1], c2.ancestors[0, 4], "should accesisble prepended module in superclass")
end
- # requires #assert_seperately
+ # requires #assert_separately
#assert 'Module#prepend call super' do
# assert_separately([], <<-'end;') #do
# bug10847 = '[ruby-core:68093] [Bug #10847]'