From fa1a4aafdae833a146fc962496c1771457e6f4d5 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sun, 5 Oct 2014 11:58:14 -0400 Subject: [PATCH] Fix typo in function name 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 d0c7077..23381e3 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2360,7 +2360,7 @@ metabib.full_rec. =cut -sub find_target_via_bibliographid_id { +sub find_target_via_bibliographic_id { my $self = shift; my @biblio_ids = @_; -- 2.11.0