Skip to content
Snippets Groups Projects
Commit e98eb16c authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: fixed typo

parent 546c488b
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment