Bug 20436: (QA follow up) - reference and typo fixes

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Liz Rea 2019-03-21 16:16:19 +00:00 committed by Nick Clemens
parent 0c02332600
commit f550977f73

View file

@ -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
);