]> git.donarmstrong.com Git - debbugs.git/blobdiff - bin/debbugs-loadsql
fix pod2usage typo
[debbugs.git] / bin / debbugs-loadsql
index 2edcd1ec32f4c9fd4f74c948e7145f3ce0958b87..b36a4998747a22513eab8d0b2aeb8d1fb740aad7 100755 (executable)
@@ -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 =