From: Jason Stephenson Date: Sat, 27 Sep 2014 16:11:47 +0000 (-0400) Subject: Fix a comment typo in NCIP::ILS::Evergreen. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cefd76b4e0363f850c0d06addea191ce042f76af;p=working%2FNCIPServer.git Fix a comment typo in NCIP::ILS::Evergreen. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index 76989e2..82bd251 100644 --- a/lib/NCIP/ILS/Evergreen.pm +++ b/lib/NCIP/ILS/Evergreen.pm @@ -2235,7 +2235,7 @@ sub _init { } } -# Search asst.call_number by a bre.id and location object. Return the +# Search asset.call_number by a bre.id and location object. Return the # "closest" call_number if found, undef otherwise. sub _call_number_search { my $self = shift;