Bug 20436: (QA follow up) - reference and typo fixes
authorLiz Rea <wizzyrea@gmail.com>
Thu, 21 Mar 2019 16:16:19 +0000 (16:16 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 10 May 2019 18:56:42 +0000 (18:56 +0000)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

misc/cronjobs/longoverdue.pl

index a4d6507..3bda469 100755 (executable)
@@ -69,8 +69,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,
 );
 
@@ -88,7 +88,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
             );