Typos.
[ZOOM-Perl-moved-to-github.git] / lib / ZOOM.pod
index b626bf6..8658115 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pod,v 1.12 2005-11-26 16:59:53 mike Exp $
+# $Id: ZOOM.pod,v 1.14 2005-12-13 11:26:19 mike Exp $
 
 use strict;
 use warnings;
@@ -258,13 +258,13 @@ http://indexdata.com/yaz/doc/zoom.tkl#zoom.connections
 
 ScanSet options are listed at
 http://indexdata.com/yaz/doc/zoom.scan.tkl
-I<### move this obvservation down to the appropriate place>
+I<### move this observation down to the appropriate place>
 
 =item *
 
 Package options are listed at
 http://indexdata.com/yaz/doc/zoom.ext.html
-I<### move this obvservation down to the appropriate place>
+I<### move this observation down to the appropriate place>
 
 =back
 
@@ -489,7 +489,7 @@ efficiency gain to be had by passing 0.)
 Once the records have been retrieved from the server
 (i.e. C<records()> has completed without throwing an exception), they
 can be fetched much more efficiently using C<record()> - or
-C<record_immediate(), which is then guaranteed to succeed.
+C<record_immediate()>, which is then guaranteed to succeed.
 
 =head4 cache_reset()