File: spelling.patch

package info (click to toggle)
libnet-oauth-perl 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 336 kB
  • sloc: perl: 1,482; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: POD spelling fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-05-08
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125292
Bug: https://rt.cpan.org/Ticket/Display.html?id=125292

--- a/lib/Net/OAuth.pm
+++ b/lib/Net/OAuth.pm
@@ -368,7 +368,7 @@
 
 =head2 I18N
 
-Per the OAuth spec, when making the signature Net::OAuth first encodes parameters to UTF-8. This means that any parameters you pass to Net::OAuth, if they might be outside of ASCII character set, should be run through Encode::decode() (or an equivalent PerlIO layer) first to decode them to Perl's internal character sructure.
+Per the OAuth spec, when making the signature Net::OAuth first encodes parameters to UTF-8. This means that any parameters you pass to Net::OAuth, if they might be outside of ASCII character set, should be run through Encode::decode() (or an equivalent PerlIO layer) first to decode them to Perl's internal character structure.
 
 =head2 OAUTH 1.0A