From: Don Armstrong Date: Thu, 21 Aug 2014 00:02:49 +0000 (-0700) Subject: fix pod2usage typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bce30f8c7af943f8072e5674f0bdebd915d4b5ce;p=debbugs.git fix pod2usage typo --- diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index 2edcd1ec..b36a4998 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -189,7 +189,7 @@ if (not defined $subcommand) { pod2usage(); } elsif (not exists $subcommands{$subcommand}) { print STDERR "$subcommand is not a valid subcommand; displaying usage.\n"; - pod2uage(); + pod2usage(); } my $opts =