diff --git a/Utils/gen-card.pl b/Utils/gen-card.pl index dd59e54bae..b1c26eaf3e 100755 --- a/Utils/gen-card.pl +++ b/Utils/gen-card.pl @@ -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";