Skip to content

Commit

Permalink
fix typo, jay++
Browse files Browse the repository at this point in the history
  • Loading branch information
bubaflub committed Jul 13, 2011
1 parent 26f8ee5 commit 8654374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gmpdoc2winxed.pl
Expand Up @@ -12,7 +12,7 @@
# Winxed file with documentation and functions.

if (scalar @ARGV != 2 || ! -e $ARGV[0]) {
die "Usage: perl gmpdoc2yml.pl /path/to/gmp.html \"regex prefix\"\n";
die "Usage: perl gmpdoc2winxed.pl /path/to/gmp.html \"regex prefix\"\n";
}

my $filename = $ARGV[0];
Expand Down

0 comments on commit 8654374

Please sign in to comment.