mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix spelling
This commit is contained in:
@@ -322,7 +322,7 @@ module MRuby
|
||||
return false unless prev
|
||||
|
||||
# Canonical declarations must precede all others.
|
||||
fail("Attempted to re-declare #{prev.gemname} as canonical!\n" +
|
||||
fail("Attempted to redeclare #{prev.gemname} as canonical!\n" +
|
||||
"('canonical' can only be used on its first declaration.)") if
|
||||
prev && @canonical
|
||||
|
||||
|
||||
Reference in New Issue
Block a user