From e98eb16cfe540ee876e76a70ef374f1f556a1504 Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Fri, 9 Apr 2021 09:54:01 +0200
Subject: [PATCH] - minor: fixed typo

---
 bin/slubsipbuilderbagit.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl
index c466793..ea8d228 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) {
-- 
GitLab