File: spelling.patch

package info (click to toggle)
libhttp-oai-perl 4.08-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: perl: 2,595; xml: 224; makefile: 15
file content (27 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
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])