From 3822ff2c35f0d7c3e5fe9eb10e036f43ffd52d0d Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 22 Sep 2014 13:24:51 -0400 Subject: [PATCH] Fix typo in NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index bb838b0..dddf181 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -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', -- 2.43.2