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
|