mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
small gen-card text fix
This commit is contained in:
parent
b1a79b8fa2
commit
28c3e65fcd
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ if (!exists $cards{$cardName}) {
|
|||
my $possible;
|
||||
foreach $possible (sort keys (%cards)) {
|
||||
if ($possible =~ m/$cardName/img && $cardName =~ m/..../) {
|
||||
print ("Did you mean $possible ?\n");
|
||||
print ("Did you mean $possible?\n");
|
||||
}
|
||||
}
|
||||
die "Card name doesn't exist: $cardName\n";
|
||||
|
|
Loading…
Reference in a new issue