From c29ca3ca59f7513f961281565ba430bdd882e3ae Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 28 Feb 2016 15:30:20 -0800 Subject: [PATCH] fix idx/db typo --- Debbugs/Bugs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.39.5