1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: fix spelling mistakes in the POD
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=116185
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116185
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-01-21
--- a/lib/HTTP/OAI/Identify.pm
+++ b/lib/HTTP/OAI/Identify.pm
@@ -116,7 +116,7 @@
=item $i->headers
-Returns an HTTP::Headers object. Use $headers->header('headername') to retrive field values.
+Returns an HTTP::Headers object. Use $headers->header('headername') to retrieve field values.
=item $burl = $i->baseURL([$burl])
@@ -128,7 +128,7 @@
=item $name = $i->repositoryName($name)
-Returns and optionally sets the relevent header. NOTE: protocolVersion will always be '2.0'. Use $i->version to find out the protocol version used by the repository.
+Returns and optionally sets the relevant header. NOTE: protocolVersion will always be '2.0'. Use $i->version to find out the protocol version used by the repository.
=item @addys = $i->adminEmail([$email])
|