From f6593c83417f8e33a25067a8068f8bbff7d8b2e5 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 7 Apr 2006 12:06:08 +0000 Subject: [PATCH] Typos --- lib/Net/Z3950/ZOOM.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index fda0107..de8a040 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.16 2006-04-07 12:05:41 mike Exp $ +# $Id: ZOOM.pm,v 1.17 2006-04-07 12:06:08 mike Exp $ package Net::Z3950::ZOOM; @@ -52,7 +52,7 @@ sub EVENT_SEND_APDU { 6 } sub EVENT_RECV_APDU { 7 } sub EVENT_RECV_RECORD { 8 } sub EVENT_RECV_SEARCH { 9 } -sub EVENT_RECV_END { 10 } # In YAZ 2.1.17 and later +sub EVENT_END { 10 } # In YAZ 2.1.17 and later =head1 NAME @@ -111,7 +111,7 @@ sub event_str { return "receive record"; } elsif ($code == EVENT_RECV_SEARCH) { return "receive search"; - } elsif ($code == EVENT_RECV_END) { + } elsif ($code == EVENT_END) { return "receive end"; } return "impossible event " . $code; -- 1.7.10.4