Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jun 20, 2024
1 parent f14909d commit 1231a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mruby/build/load_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def skip_this?(url, repo_dir, branch, commit)
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

Expand Down

0 comments on commit 1231a22

Please sign in to comment.