summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-13 23:36:18 +0900
committerGitHub <[email protected]>2020-12-13 23:36:18 +0900
commite9fe337b952731226449027a4c34471af27b23e6 (patch)
tree77b0097e93d105368890ab0611801225e72f7ec6 /test/t/module.rb
parent116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff)
parent940dec5e7df1c4c7ec131073bd364ddd59d4b48c (diff)
downloadmruby-e9fe337b952731226449027a4c34471af27b23e6.tar.gz
mruby-e9fe337b952731226449027a4c34471af27b23e6.zip
Merge pull request #5221 from jbampton/fix-spelling
Fix spelling
Diffstat (limited to 'test/t/module.rb')
-rw-r--r--test/t/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index 2957dec52..07d550804 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -674,7 +674,7 @@ end
c1 = labeled_class("C1")
c2 = labeled_class("C2", c1) {prepend m}
c1.class_eval {prepend m}
- assert_equal([m, c2, m, c1], c2.ancestors[0, 4], "should accesisble prepended module in superclass")
+ assert_equal([m, c2, m, c1], c2.ancestors[0, 4], "should accessible prepended module in superclass")
end
# requires #assert_separately