From bce30f8c7af943f8072e5674f0bdebd915d4b5ce Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 20 Aug 2014 17:02:49 -0700 Subject: [PATCH] fix pod2usage typo --- bin/debbugs-loadsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.39.5