From 44e0146ce04a1bde40f9e60c8a9992edce7d3b6e Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 21 Mar 2019 16:16:19 +0000 Subject: [PATCH] Bug 20436: (QA follow up) - reference and typo fixes --- misc/cronjobs/longoverdue.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/longoverdue.pl b/misc/cronjobs/longoverdue.pl index 93b9d38334..341a4d9e5a 100755 --- a/misc/cronjobs/longoverdue.pl +++ b/misc/cronjobs/longoverdue.pl @@ -67,8 +67,8 @@ GetOptions( 'category=s' => $borrower_category, 'skip-category=s' => $skip_borrower_category, 'list-categories' => \$list_categories, - 'itemtype=s' => $itemtype, - 'skip-itemtype=s' => $skip_itemtype, + 'itemtype=s' => \$itemtype, + 'skip-itemtype=s' => \$skip_itemtype, 'list-itemtypes' => \$list_itemtypes, ); @@ -86,7 +86,7 @@ if ( $help ) { if ( scalar @$borrower_category && scalar @$skip_borrower_category) { pod2usage( -verbose => 1, - -message => "The options --category and --skip-category are mually exclusive.\n" + -message => "The options --category and --skip-category are mutually exclusive.\n" . "Use one or the other.", -exitval => 1 ); -- 2.11.0