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=cf89e61d7b50ff01a08318619f5fbab094d3dcbb;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 =