diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index c466793a1eed660cf25b1fcc6acc6910d6b9a4fb..ea8d2288aa72c22fab7dea6efd42f96a9d2a0eaf 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -202,7 +202,7 @@ package SLUB::LZA::SIPBuilderBagIt; if ($with_debug) {say "catalog-URL='$sru'";} my $response = $ua->get($sru); # ask SWB for given PPN if ($response->is_success) { - # parse ZiNG repsonse, extract MARC-data + # parse ZiNG response, extract MARC-data my $xp = XML::XPath->new($response->decoded_content); my $parser = XML::LibXML->new(); if ($with_debug) {