Fix typo in NCIP::ILS::Evergreen.
authorJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 17:24:51 +0000 (13:24 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 17:24:51 +0000 (13:24 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm

index bb838b0..dddf181 100644 (file)
@@ -873,7 +873,7 @@ sub checkoutitem {
 
     # Check if the copy can circulate.
     unless ($self->copy_can_circulate($copy)) {
-        $reponse->problem(
+        $response->problem(
             NCIP::Problem->new(
                 {
                     ProblemType => 'Item Does Not Circulate',