From 88e2eb0188d4f047b909957ef41324e50c2ba8e3 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 21 Jun 2024 07:11:36 +1000 Subject: [PATCH] Fix spelling --- lib/mruby/build/load_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mruby/build/load_gems.rb b/lib/mruby/build/load_gems.rb index bc7fd9010..e237116d8 100644 --- a/lib/mruby/build/load_gems.rb +++ b/lib/mruby/build/load_gems.rb @@ -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