From: Don Armstrong Date: Sun, 28 Feb 2016 23:30:20 +0000 (-0800) Subject: fix idx/db typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c29ca3ca59f7513f961281565ba430bdd882e3ae;p=debbugs.git fix idx/db typo --- diff --git a/Debbugs/Bugs.pm b/Debbugs/Bugs.pm index 1ace4b18..18069847 100644 --- a/Debbugs/Bugs.pm +++ b/Debbugs/Bugs.pm @@ -506,7 +506,7 @@ sub get_bugs_by_db{ # handle it, so bail out here for my $maint (make_list(exists $param{maint}?$param{maint}:[])) { if (defined $maint and $maint eq '') { - die "Can't handle empty maint (unmaintained packages) in get_bugs_by_idx"; + die "Can't handle empty maint (unmaintained packages) in get_bugs_by_db"; } }