File: spelling.patch

package info (click to toggle)
libhttp-oai-perl 4.03-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 416 kB
  • ctags: 326
  • sloc: perl: 2,531; xml: 224; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
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
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-07-15
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116185
Bug: https://rt.cpan.org/Ticket/Display.html?id=116185

--- a/lib/HTTP/OAI/Identify.pm
+++ b/lib/HTTP/OAI/Identify.pm
@@ -114,7 +114,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])
 
@@ -126,7 +126,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])